Update py-anyconfig to 0.9.7. While here, switch the MASTER_SITE to
CHEESESHOP, as that's the standard for Python packages. PR: 230639 Submitted by: matthew Differential Revision: https://reviews.freebsd.org/D16715
This commit is contained in:
parent
89a66e8896
commit
9672b8fa3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477227
2 changed files with 5 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anyconfig
|
||||
PORTVERSION= 0.0.5
|
||||
DISTVERSIONPREFIX= RELEASE_
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
|
@ -13,10 +13,6 @@ COMMENT= Generic access to configuration files in many formats
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ssato
|
||||
GH_PROJECT= python-${PORTNAME}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (ssato-python-anyconfig-RELEASE_0.0.5_GH0.tar.gz) = fb19b3c8b4b679bef17e28306a127849ede859451cc2bbad2cdcd163558de9d0
|
||||
SIZE (ssato-python-anyconfig-RELEASE_0.0.5_GH0.tar.gz) = 33563
|
||||
TIMESTAMP = 1534327311
|
||||
SHA256 (anyconfig-0.9.7.tar.gz) = 4d6016ae6eecc5e502bc7e99ae0639c5710c5c67bde5f21b06b9eaafd9ce0e7e
|
||||
SIZE (anyconfig-0.9.7.tar.gz) = 97060
|
||||
|
|
Loading…
Reference in a new issue