Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 06:55:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521046 - in head/sysutils: . py-upt-cpan
Message-ID:  <201912280655.xBS6tQKg010901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 06:55:26 2019
New Revision: 521046
URL: https://svnweb.freebsd.org/changeset/ports/521046

Log:
  Add py-upt-cpan 0.6
  
  This is the CPAN frontend for upt (Universal Packaging Tool).
  
  WWW: https://framagit.org/upt/upt-cpan

Added:
  head/sysutils/py-upt-cpan/
  head/sysutils/py-upt-cpan/Makefile   (contents, props changed)
  head/sysutils/py-upt-cpan/distinfo   (contents, props changed)
  head/sysutils/py-upt-cpan/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Dec 28 06:55:21 2019	(r521045)
+++ head/sysutils/Makefile	Sat Dec 28 06:55:26 2019	(r521046)
@@ -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

Added: head/sysutils/py-upt-cpan/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-cpan/Makefile	Sat Dec 28 06:55:26 2019	(r521046)
@@ -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>

Added: head/sysutils/py-upt-cpan/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-cpan/distinfo	Sat Dec 28 06:55:26 2019	(r521046)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577145701
+SHA256 (upt-cpan-0.6.tar.gz) = 624b58e05edb9539e4972222d72d8ca991def512cd2bed833e2900c167ad8deb
+SIZE (upt-cpan-0.6.tar.gz) = 5439

Added: head/sysutils/py-upt-cpan/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-cpan/pkg-descr	Sat Dec 28 06:55:26 2019	(r521046)
@@ -0,0 +1,3 @@
+This is the CPAN frontend for upt (Universal Packaging Tool).
+
+WWW: https://framagit.org/upt/upt-cpan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280655.xBS6tQKg010901>