- Update to 1.10.5
- Sort USE_PYTHON - Set NO_ARCH
This commit is contained in:
parent
46162a6583
commit
133e3d924b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410222
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pg8000
|
||||
PORTVERSION= 1.10.4
|
||||
PORTVERSION= 1.10.5
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +13,8 @@ COMMENT= Pure-Python Interface to the PostgreSQL Database
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pg8000-1.10.4.tar.gz) = 42636f7f062167e352f1fdbed3a82560d36304a10b60aff35dbfd8b38661b234
|
||||
SIZE (pg8000-1.10.4.tar.gz) = 40164
|
||||
SHA256 (pg8000-1.10.5.tar.gz) = 3241b7363a63ee303397b0b3e8462f07de86188771b76113f8ec11194818dc16
|
||||
SIZE (pg8000-1.10.5.tar.gz) = 55227
|
||||
|
Loading…
Reference in New Issue
Block a user