Add py-upt-rubygems 0.4.1

This is the RubyGems frontend for upt (Universal Packaging Tool).

WWW: https://framagit.org/upt/upt-rubygems
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 06:55:32 +00:00
parent f2353b82b5
commit dfb09e9465
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521047
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= upt-rubygems
PORTVERSION= 0.4.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577145703
SHA256 (upt-rubygems-0.4.1.tar.gz) = 4bf9988ae2d42d30e50cb85e34f3b8a4a0ef298c9710561fb0ece90cf6978280
SIZE (upt-rubygems-0.4.1.tar.gz) = 5795

View File

@ -0,0 +1,3 @@
This is the RubyGems frontend for upt (Universal Packaging Tool).
WWW: https://framagit.org/upt/upt-rubygems