diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-10-03 18:32:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-10-03 18:32:57 +0000 |
commit | d7e53c9657a847bebb70806ae894ad25ff9f3bb4 (patch) | |
tree | 74953e3c196a87d6bf5026e458befc1eadbda135 /devel | |
parent | 77998e1ca4d1c564389d4da4b64bdd011d79d7bb (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-yarg/Makefile | 21 | ||||
-rw-r--r-- | devel/py-yarg/distinfo | 3 | ||||
-rw-r--r-- | devel/py-yarg/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 81be83b8297b..24b2f2c33f4c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5214,6 +5214,7 @@ SUBDIR += py-yandex-money-sdk SUBDIR += py-yappi SUBDIR += py-yapps2 + SUBDIR += py-yarg SUBDIR += py-yattag SUBDIR += py-ydbf SUBDIR += py-yg.lockfile diff --git a/devel/py-yarg/Makefile b/devel/py-yarg/Makefile new file mode 100644 index 000000000000..99f653c17897 --- /dev/null +++ b/devel/py-yarg/Makefile @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= yarg +PORTVERSION= 0.1.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Easy to use PyPI client + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/devel/py-yarg/distinfo b/devel/py-yarg/distinfo new file mode 100644 index 000000000000..049f8a350a14 --- /dev/null +++ b/devel/py-yarg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1570126977 +SHA256 (yarg-0.1.9.tar.gz) = 55695bf4d1e3e7f756496c36a69ba32c40d18f821e38f61d028f6049e5e15911 +SIZE (yarg-0.1.9.tar.gz) = 11988 diff --git a/devel/py-yarg/pkg-descr b/devel/py-yarg/pkg-descr new file mode 100644 index 000000000000..75c706d80a74 --- /dev/null +++ b/devel/py-yarg/pkg-descr @@ -0,0 +1,3 @@ +A semi hard Cornish cheese, also queries PyPI (PyPI client). + +WWW: https://pypi.org/project/yarg/ |