Update to 1.4.1
- Add NO_ARCH - Sort USE_PYTHON Changes: https://github.com/ActiveState/appdirs/releases https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst
This commit is contained in:
parent
6805405ccd
commit
675c5dae4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433237
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= appdirs
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ActiveState
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1464772634
|
||||
SHA256 (ActiveState-appdirs-1.4.0_GH0.tar.gz) = cb7dc301b950e9ed061c86aa23febcc9427ec53592085752be3cb560e5b8db17
|
||||
SIZE (ActiveState-appdirs-1.4.0_GH0.tar.gz) = 12108
|
||||
TIMESTAMP = 1486078807
|
||||
SHA256 (ActiveState-appdirs-1.4.1_GH0.tar.gz) = b45f2af7f028906134ad368d401bf51952554bcfa389e3c4feee50739dbc1642
|
||||
SIZE (ActiveState-appdirs-1.4.1_GH0.tar.gz) = 9486
|
||||
|
|
Loading…
Reference in a new issue