Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2014/02/01 17:19:07 rodent Exp $
# $NetBSD: Makefile,v 1.6 2015/04/01 02:19:17 rodent Exp $
DISTNAME= python-sql-0.3
DISTNAME= python-sql-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= https://pypi.python.org/packages/source/p/python-sql/
@@ -13,7 +13,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
REPLACE_PYTHON+= sql/aggregate.py
EGG_NAME= ${DISTNAME:S/-/_/1}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/01/30 04:54:57 rodent Exp $
@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:19:17 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/sql/tests/test_cast.pyo
${PYSITELIB}/sql/tests/test_column.py
${PYSITELIB}/sql/tests/test_column.pyc
${PYSITELIB}/sql/tests/test_column.pyo
${PYSITELIB}/sql/tests/test_combining_query.py
${PYSITELIB}/sql/tests/test_combining_query.pyc
${PYSITELIB}/sql/tests/test_combining_query.pyo
${PYSITELIB}/sql/tests/test_conditionals.py
${PYSITELIB}/sql/tests/test_conditionals.pyc
${PYSITELIB}/sql/tests/test_conditionals.pyo
@@ -66,6 +69,15 @@ ${PYSITELIB}/sql/tests/test_order.pyo
${PYSITELIB}/sql/tests/test_select.py
${PYSITELIB}/sql/tests/test_select.pyc
${PYSITELIB}/sql/tests/test_select.pyo
${PYSITELIB}/sql/tests/test_table.py
${PYSITELIB}/sql/tests/test_table.pyc
${PYSITELIB}/sql/tests/test_table.pyo
${PYSITELIB}/sql/tests/test_update.py
${PYSITELIB}/sql/tests/test_update.pyc
${PYSITELIB}/sql/tests/test_update.pyo
${PYSITELIB}/sql/tests/test_values.py
${PYSITELIB}/sql/tests/test_values.pyc
${PYSITELIB}/sql/tests/test_values.pyo
${PYSITELIB}/sql/tests/test_with.py
${PYSITELIB}/sql/tests/test_with.pyc
${PYSITELIB}/sql/tests/test_with.pyo

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/02/01 14:10:47 rodent Exp $
$NetBSD: distinfo,v 1.4 2015/04/01 02:19:17 rodent Exp $
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
SHA1 (python-sql-0.6.tar.gz) = af0a044589ea1b8c33b28c07ced79dd1b6eca44d
RMD160 (python-sql-0.6.tar.gz) = eed865ed7c071755d3609aca9989b621da2b3048
Size (python-sql-0.6.tar.gz) = 24757 bytes