- Stage support [1]
- Pet portlint [1] - Update to 1.9.7 - Convert to PYDISTUTILS_AUTOPLIST - Update WWW - Add LICENSE PR: 188610 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
This commit is contained in:
parent
b9d0055b76
commit
17be9275e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351306
4 changed files with 15 additions and 10 deletions
|
@ -2,16 +2,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pg8000
|
||||
PORTVERSION= 1.09
|
||||
PORTVERSION= 1.9.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= A Pure-Python Interface to the PostgreSQL Database
|
||||
COMMENT= Pure-Python Interface to the PostgreSQL Database
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=easy_install
|
||||
LICENSE= BSD3CLAUSE
|
||||
#USES= zip
|
||||
#USE_GITHUB= yes
|
||||
#GH_ACCOUNT= mfenniak
|
||||
#GH_COMMIT= 08d505f
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pg8000-1.09.tar.gz) = 3d959add1425e683bca2266b3b59f16fd4cfb87ddf65635e3621971d7bb610f9
|
||||
SIZE (pg8000-1.09.tar.gz) = 64115
|
||||
SHA256 (pg8000-1.9.7.tar.gz) = 4e9cc7a959c004b2452d9ad44cd1abd9244f49ce06c25a87998303f290405c48
|
||||
SIZE (pg8000-1.9.7.tar.gz) = 28379
|
||||
|
|
|
@ -6,4 +6,4 @@ external libraries (such as a compiled python module, or
|
|||
PostgreSQL's libpq library). pg8000 supports the standard
|
||||
Python DB-API version 2.0.
|
||||
|
||||
WWW: http://code.google.com/p/pg8000/
|
||||
WWW: https://github.com/mfenniak/pg8000
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue