mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
17
python/py-ipaddress/Makefile
Normal file
17
python/py-ipaddress/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Nikolay Dachev <freebsd@dachev.info>
|
||||
# $FreeBSD: head/net/py-ipaddress/Makefile 431313 2017-01-12 20:03:17Z sunpoet $
|
||||
|
||||
PORTNAME= ipaddress
|
||||
PORTVERSION= 1.0.18
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-ipaddress/distinfo
Normal file
3
python/py-ipaddress/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1484226465
|
||||
SHA256 (ipaddress-1.0.18.tar.gz) = 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1
|
||||
SIZE (ipaddress-1.0.18.tar.gz) = 32475
|
||||
7
python/py-ipaddress/pkg-descr
Normal file
7
python/py-ipaddress/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7.
|
||||
|
||||
Note that you must pass in unicode objects when constructing from a character
|
||||
representation!
|
||||
|
||||
WWW: https://pypi.python.org/pypi/ipaddress
|
||||
WWW: https://github.com/phihag/ipaddress
|
||||
Reference in New Issue
Block a user