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,20 +1,24 @@
# $NetBSD: Makefile,v 1.38 2014/01/25 10:29:59 wiz Exp $
# $NetBSD: Makefile,v 1.41 2014/12/31 13:57:26 wiz Exp $
DISTNAME= MySQL-python-${DIST_VERSION}
PKGNAME= ${PYPKGPREFIX}-mysqldb-${DIST_VERSION:S/c/rc/}
DIST_VERSION= 1.2.3
PKGREVISION= 3
DISTNAME= MySQL-python-1.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysql-python/}
MASTER_SITES= http://pypi.python.org/packages/source/M/MySQL-python/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/mysql-python
HOMEPAGE= https://github.com/farcepest/MySQLdb1/
COMMENT= MySQL interface for Python
LICENSE= gnu-gpl-v2
EGG_NAME= ${DISTNAME:S/MySQL-/MySQL_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.3
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5
USE_LANGUAGES= c
# These files must not be world-writable.
pre-configure:
${CHMOD} go-w ${WRKSRC}/MySQL_python.egg-info/*
.include "../../mk/mysql.buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2010/08/10 08:49:40 tron Exp $
$NetBSD: distinfo,v 1.12 2014/04/12 09:30:38 adam Exp $
SHA1 (MySQL-python-1.2.3.tar.gz) = 3511bb8c57c6016eeafa531d5c3ea4b548915e3c
RMD160 (MySQL-python-1.2.3.tar.gz) = e394e7bf08127068795aeebfbaea7dc3b2127c86
Size (MySQL-python-1.2.3.tar.gz) = 70305 bytes
SHA1 (MySQL-python-1.2.5.zip) = b935a26b3cf80338bcc21b8a991081d83eb9c3ae
RMD160 (MySQL-python-1.2.5.zip) = f6638f1bda4c6a3f721c05a5f0029951d07430a9
Size (MySQL-python-1.2.5.zip) = 108935 bytes