- Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.
- Move py-PySQLite to py-PySQLite10. - Update py-PySQLite10 to 1.0.1. - Remove obsolete dependencies. - Assign maintainership to submitter. PR: ports/78508 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
This commit is contained in:
@@ -5,40 +5,36 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PySQLite
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
PORTNAME= PySQLite
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pysqlite
|
||||
PKGNAMEPREFIX= py-
|
||||
DISTNAME= pysqlite-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pysqlite-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A DB-API v2 Python library for the SQLite embedded SQL engine
|
||||
MAINTAINER= marcus@corp.grupos.com.br
|
||||
COMMENT= A DB-API v2 Python library for the SQLite 2 embedded SQL engine
|
||||
|
||||
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
|
||||
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
|
||||
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
|
||||
|
||||
WRKSRC= ${WRKDIR}/pysqlite
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
USE_PYTHON= yes
|
||||
CONFLICTS= py*-PySQLite-1.1*
|
||||
|
||||
WRKSRC= ${WRKDIR}/pysqlite
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
DATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
MD5 (pysqlite-1.0.tar.gz) = f21b19ff048f6bafbbfc3edb86b4c4e4
|
||||
SIZE (pysqlite-1.0.tar.gz) = 40547
|
||||
MD5 (pysqlite-1.0.1.tar.gz) = 4797b5ea7a3d96b87333e6b5af7b9979
|
||||
SIZE (pysqlite-1.0.1.tar.gz) = 41099
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
The goal of the PySQLite project is to develop a Python extension for SQLite
|
||||
The goal of the PySQLite project is to develop a Python extension for SQLite 2
|
||||
that conforms to the Python Database API Specification 2.0. SQLite is a
|
||||
powerful embedded relational database management system in a compact C library.
|
||||
It offers support for a large subset of SQL92, multiple tables, indices,
|
||||
transactions and triggers.
|
||||
|
||||
WWW: http://pysqlite.sourceforge.net/
|
||||
developed by Gerhard Haering and Michael Owens
|
||||
WWW: http://sourceforge.net/projects/pysqlite
|
||||
|
||||
- Gerhard Haering <gh@ghaering.de>
|
||||
Marcus Grando <marcus@corp.grupos.com.br>
|
||||
|
||||
Reference in New Issue
Block a user