pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-python-sql Updated to latest release, 0.3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97d013144563
branches:  trunk
changeset: 629966:97d013144563
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Feb 01 14:10:47 2014 +0000

description:
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:

 databases/py-python-sql/Makefile |  15 +++++++--------
 databases/py-python-sql/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r a1e29e5db3ef -r 97d013144563 databases/py-python-sql/Makefile
--- a/databases/py-python-sql/Makefile  Sat Feb 01 13:08:57 2014 +0000
+++ b/databases/py-python-sql/Makefile  Sat Feb 01 14:10:47 2014 +0000
@@ -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@localhost
-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 -r a1e29e5db3ef -r 97d013144563 databases/py-python-sql/distinfo
--- a/databases/py-python-sql/distinfo  Sat Feb 01 13:08:57 2014 +0000
+++ b/databases/py-python-sql/distinfo  Sat Feb 01 14:10:47 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index