diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/py-upt-cpan/Makefile | 24 | ||||
-rw-r--r-- | sysutils/py-upt-cpan/distinfo | 3 | ||||
-rw-r--r-- | sysutils/py-upt-cpan/pkg-descr | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 59533d0f6bd9..5153f7fc334b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1024,6 +1024,7 @@ SUBDIR += py-tarsnapper SUBDIR += py-tmuxp SUBDIR += py-upt + SUBDIR += py-upt-cpan SUBDIR += py-upt-freebsd SUBDIR += py-upt-pypi SUBDIR += py-uptime diff --git a/sysutils/py-upt-cpan/Makefile b/sysutils/py-upt-cpan/Makefile new file mode 100644 index 000000000000..09f647b9ba4d --- /dev/null +++ b/sysutils/py-upt-cpan/Makefile @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= upt-cpan +PORTVERSION= 0.6 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= CPAN frontend for upt + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}upt>=0.6:sysutils/py-upt@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/sysutils/py-upt-cpan/distinfo b/sysutils/py-upt-cpan/distinfo new file mode 100644 index 000000000000..28ede5fa0d93 --- /dev/null +++ b/sysutils/py-upt-cpan/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577145701 +SHA256 (upt-cpan-0.6.tar.gz) = 624b58e05edb9539e4972222d72d8ca991def512cd2bed833e2900c167ad8deb +SIZE (upt-cpan-0.6.tar.gz) = 5439 diff --git a/sysutils/py-upt-cpan/pkg-descr b/sysutils/py-upt-cpan/pkg-descr new file mode 100644 index 000000000000..d9a502fa884f --- /dev/null +++ b/sysutils/py-upt-cpan/pkg-descr @@ -0,0 +1,3 @@ +This is the CPAN frontend for upt (Universal Packaging Tool). + +WWW: https://framagit.org/upt/upt-cpan |