Change HOMEPAGE/MASTER_SITES and update to 2.5.6

ok benoit@ djm@
This commit is contained in:
eric 2009-12-28 09:24:34 +00:00
parent 73b699814b
commit dec5e1d15c
4 changed files with 15 additions and 29 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2009/04/09 01:05:25 martynas Exp $
# $OpenBSD: Makefile,v 1.14 2009/12/28 09:24:34 eric Exp $
COMMENT = SQLite3 adapter for Python
MODPY_EGG_VERSION = 2.5.5
MODPY_EGG_VERSION = 2.5.6
DISTNAME = pysqlite-${MODPY_EGG_VERSION}
PKGNAME = py-sqlite2-${MODPY_EGG_VERSION}
@ -10,9 +10,9 @@ CATEGORIES = databases devel
MAINTAINER = Eric Faurot <eric@openbsd.org>
HOMEPAGE = http://pysqlite.org/
HOMEPAGE = http://code.google.com/p/pysqlite/
MASTER_SITES = http://oss.itsystementwicklung.de/download/pysqlite/${MODPY_EGG_VERSION:R}/${MODPY_EGG_VERSION}/
MASTER_SITES = http://pysqlite.googlecode.com/files/
# BSD-like
PERMIT_PACKAGE_FTP = Yes
@ -39,9 +39,7 @@ post-install:
${PREFIX}/share/doc/py-sqlite2/
do-regress: fake
@cd ${WRKSRC}/pysqlite2/test && \
${SETENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
${MODPY_BIN} ./regression.py && \
@cd ${WRKDIR} && \
${SETENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
${MODPY_BIN} -c 'from pysqlite2 import test; test.test()'

View File

@ -1,5 +1,5 @@
MD5 (pysqlite-2.5.5.tar.gz) = T5/NEqSGAWCx8zIGbGTuWA==
RMD160 (pysqlite-2.5.5.tar.gz) = xCAWnPSJO3moY4MT8zJ/N7yJhqo=
SHA1 (pysqlite-2.5.5.tar.gz) = KOonrahs1+xhBfgmF+ps8aCURNM=
SHA256 (pysqlite-2.5.5.tar.gz) = 73yn9EiTeQ4acISxDqCDdw4TholAb93HB20S1r/01E8=
SIZE (pysqlite-2.5.5.tar.gz) = 73068
MD5 (pysqlite-2.5.6.tar.gz) = Gy8zjI1tuXHjTtt5mpLi7g==
RMD160 (pysqlite-2.5.6.tar.gz) = gXTs++4vlSb3oRALGvp483hpFt0=
SHA1 (pysqlite-2.5.6.tar.gz) = ebXEBnwMojckDrMub95+2EY20T0=
SHA256 (pysqlite-2.5.6.tar.gz) = EI/r/jehciuBL5TQOY6AbscK7dB78T0MmFNLhQtcrCQ=
SIZE (pysqlite-2.5.6.tar.gz) = 72559

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-doc_sphinx_conf_py,v 1.1 2009/04/09 01:05:25 martynas Exp $
--- doc/sphinx/conf.py.orig Wed Nov 12 10:56:11 2008
+++ doc/sphinx/conf.py Sun Mar 22 14:14:11 2009
@@ -34,7 +34,7 @@ master_doc = 'index'
# General substitutions.
project = 'pysqlite'
-copyright = '2008, Gerhard Häring'
+copyright = u'2008, Gerhard Häring'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-setup_py,v 1.4 2009/04/09 01:05:25 martynas Exp $
--- setup.py.orig Mon Mar 9 14:16:40 2009
+++ setup.py Sun Mar 22 14:18:45 2009
$OpenBSD: patch-setup_py,v 1.5 2009/12/28 09:24:34 eric Exp $
--- setup.py.orig Thu Nov 12 00:53:58 2009
+++ setup.py Fri Dec 18 10:59:59 2009
@@ -149,13 +149,6 @@ def get_setup_args():
print "Fatal error: PYSQLITE_VERSION could not be detected!"
sys.exit(1)
@ -15,8 +15,8 @@ $OpenBSD: patch-setup_py,v 1.4 2009/04/09 01:05:25 martynas Exp $
py_modules = ["sqlite"]
setup_args = dict(
name = "pysqlite",
@@ -175,7 +168,7 @@ def get_setup_args():
package_dir = {"pysqlite2": "pysqlite2"},
@@ -173,7 +166,7 @@ def get_setup_args():
package_dir = {"pysqlite2": "lib"},
packages = ["pysqlite2", "pysqlite2.test"],
scripts=[],
- data_files = data_files,