summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-01 14:10:47 +0000
committerrodent <rodent@pkgsrc.org>2014-02-01 14:10:47 +0000
commita310a223642c6974c17b0b157f77c42176cb5b7b (patch)
tree8093c24503245537a32ddccfbb3a9328a32e4d97 /databases
parent7766c9dcaa80bf01ff791e1288a29cb5d9dff882 (diff)
downloadpkgsrc-a310a223642c6974c17b0b157f77c42176cb5b7b.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')
-rw-r--r--databases/py-python-sql/Makefile15
-rw-r--r--databases/py-python-sql/distinfo8
2 files changed, 11 insertions, 12 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"
diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo
index f10d2b34196..74a604b0a5f 100644
--- a/databases/py-python-sql/distinfo
+++ b/databases/py-python-sql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/30 04:54:57 rodent Exp $
+$NetBSD: distinfo,v 1.2 2014/02/01 14:10:47 rodent Exp $
-SHA1 (0.2.zip) = b172097ee7cc2b0e2d60b2305cfbb2b897a5b26d
-RMD160 (0.2.zip) = 3f9084b3002a987cf90b3b590aabe329eed68dc0
-Size (0.2.zip) = 41883 bytes
+SHA1 (python-sql-0.3.tar.gz) = 8a9b6d9e08de86d65b2a5d67119b44c67937f69e
+RMD160 (python-sql-0.3.tar.gz) = 5ad555f405b00724118d606d75d12d5e820c4309
+Size (python-sql-0.3.tar.gz) = 19804 bytes