summaryrefslogtreecommitdiff
path: root/databases/py-python-sql/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-01 14:10:47 +0000
committerrodent <rodent>2014-02-01 14:10:47 +0000
commite6e11e88f5f28a49338a33bf0d2cf584c32e9dd3 (patch)
tree8093c24503245537a32ddccfbb3a9328a32e4d97 /databases/py-python-sql/Makefile
parentbed966cdceb77527fface403060e7ecb1e0fefb3 (diff)
downloadpkgsrc-e6e11e88f5f28a49338a33bf0d2cf584c32e9dd3.tar.gz
Updated to latest release, 0.3. Remove setting WRKSRC. Fix HOMEPAGE.
Use pypi for MASTER_SITES. From CHANGELOG: Version 0.3 - 2014-01-31 * Add returning to Update * Add missing params for returning * Add columns definitions to Function * Fix AtTimeZone mapping
Diffstat (limited to 'databases/py-python-sql/Makefile')
-rw-r--r--databases/py-python-sql/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
index 7c3be315bd6..82852162365 100644
--- a/databases/py-python-sql/Makefile
+++ b/databases/py-python-sql/Makefile
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.1 2014/01/30 04:54:57 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 14:10:47 rodent Exp $
-DISTNAME= 0.2
-PKGNAME= ${PYPKGPREFIX}-${EGG_NAME:S/_/-/1}
+DISTNAME= python-sql-0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
-MASTER_SITES= http://python-sql.googlecode.com/archive/
-EXTRACT_SUFX= .zip
+MASTER_SITES= https://pypi.python.org/packages/source/p/python-sql/
+FETCH_USING= curl
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://python-sql.googlecode.com/archive/
+HOMEPAGE= http://code.google.com/p/python-sql/
COMMENT= Python library to write SQL queries
LICENSE= modified-bsd
-WRKSRC= ${WRKDIR}/python-sql-e8322fa5b114
USE_LANGUAGES= # none
REPLACE_PYTHON+= sql/aggregate.py
-EGG_NAME= python_sql-${DISTNAME}
+EGG_NAME= ${DISTNAME:S/-/_/1}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"