- Update to 0.4.0
- Switch to CHEESESHOP PR: 205729 Submitted by: maintainer
This commit is contained in:
parent
26450734cf
commit
eeb12c915f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405146
2 changed files with 6 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pytoport
|
||||
PORTVERSION= 0.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= ports-mgmt python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= brendan+freebsd@bbqsrc.net
|
||||
|
@ -13,12 +13,9 @@ COMMENT= Generate FreeBSD ports from Python modules on PyPI
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-licensee>0:${PORTSDIR}/devel/rubygem-licensee
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:${PORTSDIR}/misc/py-spdx-lookup
|
||||
|
||||
USES= python:3.2+
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freebsd-pytoport-v0.2.0_GH0.tar.gz) = 44cfb9674596fa676b00cf319493608f2c755311baf48aebfb25065482bf46af
|
||||
SIZE (freebsd-pytoport-v0.2.0_GH0.tar.gz) = 4594
|
||||
SHA256 (pytoport-0.4.0.tar.gz) = a045333af456fc3bc3212512bacdb0675890692d83518ef4a476637d5a20406c
|
||||
SIZE (pytoport-0.4.0.tar.gz) = 6026
|
||||
|
|
Loading…
Reference in a new issue