Skip to content

Commit

Permalink
Update py-anyconfig to 0.9.7. While here, switch the MASTER_SITE to
Browse files Browse the repository at this point in the history
CHEESESHOP, as that's the standard for Python packages.

PR:		230639
Submitted by:	matthew
Differential Revision:	https://reviews.freebsd.org/D16715
  • Loading branch information
dlangille committed Aug 15, 2018
1 parent 2c43196 commit 01fafda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions devel/py-anyconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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= [email protected]
Expand All @@ -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

Expand Down
5 changes: 3 additions & 2 deletions devel/py-anyconfig/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01fafda

Please sign in to comment.