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:
parent
f2353b82b5
commit
dfb09e9465
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521047
@ -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
|
||||
|
25
sysutils/py-upt-rubygems/Makefile
Normal file
25
sysutils/py-upt-rubygems/Makefile
Normal 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>
|
3
sysutils/py-upt-rubygems/distinfo
Normal file
3
sysutils/py-upt-rubygems/distinfo
Normal 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
|
3
sysutils/py-upt-rubygems/pkg-descr
Normal file
3
sysutils/py-upt-rubygems/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is the RubyGems frontend for upt (Universal Packaging Tool).
|
||||
|
||||
WWW: https://framagit.org/upt/upt-rubygems
|
Loading…
Reference in New Issue
Block a user