svn commit: r521047 - in head/sysutils: . py-upt-rubygems

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 06:55:33 UTC 2019


Author: sunpoet
Date: Sat Dec 28 06:55:32 2019
New Revision: 521047
URL: https://svnweb.freebsd.org/changeset/ports/521047

Log:
  Add py-upt-rubygems 0.4.1
  
  This is the RubyGems frontend for upt (Universal Packaging Tool).
  
  WWW: https://framagit.org/upt/upt-rubygems

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Dec 28 06:55:26 2019	(r521046)
+++ head/sysutils/Makefile	Sat Dec 28 06:55:32 2019	(r521047)
@@ -1027,6 +1027,7 @@
     SUBDIR += py-upt-cpan
     SUBDIR += py-upt-freebsd
     SUBDIR += py-upt-pypi
+    SUBDIR += py-upt-rubygems
     SUBDIR += py-uptime
     SUBDIR += py-zdaemon
     SUBDIR += pydf

Added: head/sysutils/py-upt-rubygems/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-rubygems/Makefile	Sat Dec 28 06:55:32 2019	(r521047)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	upt-rubygems
+PORTVERSION=	0.4.1
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	RubyGems frontend for upt
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}upt>=0.11: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-rubygems/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-rubygems/distinfo	Sat Dec 28 06:55:32 2019	(r521047)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577145703
+SHA256 (upt-rubygems-0.4.1.tar.gz) = 4bf9988ae2d42d30e50cb85e34f3b8a4a0ef298c9710561fb0ece90cf6978280
+SIZE (upt-rubygems-0.4.1.tar.gz) = 5795

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


More information about the svn-ports-all mailing list