Skip to content

Commit

Permalink
net/py-python-ipware: New port
Browse files Browse the repository at this point in the history
Python package to retrieve the IP address of a user
  • Loading branch information
grembo committed Feb 18, 2024
1 parent a3b3647 commit 7f2d71c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Expand Up @@ -1117,6 +1117,7 @@
SUBDIR += py-python-designateclient
SUBDIR += py-python-glanceclient
SUBDIR += py-python-heatclient
SUBDIR += py-python-ipware
SUBDIR += py-python-keystoneclient
SUBDIR += py-python-ldap
SUBDIR += py-python-neutronclient
Expand Down
22 changes: 22 additions & 0 deletions net/py-python-ipware/Makefile
@@ -0,0 +1,22 @@
PORTNAME= python-ipware
PORTVERSION= 2.0.1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= grembo@FreeBSD.org
COMMENT= Python package to retrieve the IP address of a user
WWW= https://github.com/un33k/python-ipware

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/py-python-ipware/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1707594536
SHA256 (python-ipware-2.0.1.tar.gz) = 9ba4805152ebb85ad5b53797185cd1ce6231e1db60155834f326c8cd61e8af34
SIZE (python-ipware-2.0.1.tar.gz) = 15367
3 changes: 3 additions & 0 deletions net/py-python-ipware/pkg-descr
@@ -0,0 +1,3 @@
A python package for server applications to retrieve client's IP address.

Best attempt to get client's IP address while keeping it DRY.

0 comments on commit 7f2d71c

Please sign in to comment.