summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-04 18:55:07 +0000
committerwiz <wiz@pkgsrc.org>2017-09-04 18:55:07 +0000
commit29357c598720f87cdd22b2412d4a7f4be87a9a51 (patch)
tree9976f2a10a025f71d2c90b3d00e25ecda4359ca4 /databases/py-sqlite2
parent7914b046f73dd13b87ac289aab16c1bc7f8a9b4c (diff)
downloadpkgsrc-29357c598720f87cdd22b2412d4a7f4be87a9a51.tar.gz
Update some URLs.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r--databases/py-sqlite2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 9edc7284e6e..0564d3d687a 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.45 2017/09/04 18:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/09/04 18:55:07 wiz Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
PKGREVISION= 13
CATEGORIES= databases python
-#MASTER_SITES= http://pysqlite.googlecode.com/files/
+#MASTER_SITES= https://pypi.python.org/pypi/pysqlite/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://pysqlite.googlecode.com/
+#HOMEPAGE= https://pypi.python.org/pypi/pysqlite/
COMMENT= SQLite database adapter for Python
LICENSE= mit