diff options
author | tj <tj@FreeBSD.org> | 2016-04-01 13:15:01 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2016-04-01 13:15:01 +0800 |
commit | c9e5b659e743c55b338c72640da7f3a558130705 (patch) | |
tree | b541c6fd7d929ee5fb3b0247dd2a2cc59301e7b5 /devel | |
parent | 74bfee2392c3dba5c171bdb02d9a2c891e6e2e96 (diff) | |
download | freebsd-ports-gnome-c9e5b659e743c55b338c72640da7f3a558130705.tar.gz freebsd-ports-gnome-c9e5b659e743c55b338c72640da7f3a558130705.tar.zst freebsd-ports-gnome-c9e5b659e743c55b338c72640da7f3a558130705.zip |
New port devel/py-twine 1.6.5
Twine is a utility for interacting with PyPI.
WWW: https://pypi.python.org/pypi/twine
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-twine/Makefile | 22 | ||||
-rw-r--r-- | devel/py-twine/distinfo | 2 | ||||
-rw-r--r-- | devel/py-twine/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 806ba131c0e1..84ce70f8418a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4451,6 +4451,7 @@ SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twiggy + SUBDIR += py-twine SUBDIR += py-twisted SUBDIR += py-twisted152 SUBDIR += py-twistedCore diff --git a/devel/py-twine/Makefile b/devel/py-twine/Makefile new file mode 100644 index 000000000000..0579a9ca64a3 --- /dev/null +++ b/devel/py-twine/Makefile @@ -0,0 +1,22 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= twine +PORTVERSION= 1.6.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Collection of utilities for interacting with PyPI + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0:${PORTSDIR}/devel/py-clint \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:${PORTSDIR}/sysutils/py-pkginfo \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0:${PORTSDIR}/www/py-requests-toolbelt \ + ${PYTHON_PKGNAMEPREFIX}setuptools27>=0:${PORTSDIR}/devel/py-setuptools27 + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/devel/py-twine/distinfo b/devel/py-twine/distinfo new file mode 100644 index 000000000000..c486112609cb --- /dev/null +++ b/devel/py-twine/distinfo @@ -0,0 +1,2 @@ +SHA256 (twine-1.6.5.tar.gz) = e7c2bf51666e9079d2612ac5bd98f12dcec4d74bb77f01e9280b5a574d9d19b4 +SIZE (twine-1.6.5.tar.gz) = 26716 diff --git a/devel/py-twine/pkg-descr b/devel/py-twine/pkg-descr new file mode 100644 index 000000000000..cce37fe63c60 --- /dev/null +++ b/devel/py-twine/pkg-descr @@ -0,0 +1,3 @@ +Twine is a utility for interacting with PyPI. + +WWW: https://pypi.python.org/pypi/twine |