mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.1.8
This commit is contained in:
parent
283e367e94
commit
1737ac681f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175840
3 changed files with 4 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= PySQLite
|
PORTNAME= PySQLite
|
||||||
PORTVERSION= 1.1.7
|
PORTVERSION= 1.1.8
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/
|
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -21,7 +21,6 @@ CONFLICTS= py*-PySQLite-1.0.*
|
||||||
|
|
||||||
NO_LATEST_LINK= yes
|
NO_LATEST_LINK= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/pysqlite
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
MAKE_ENV= LOCALBASE="${LOCALBASE}"
|
MAKE_ENV= LOCALBASE="${LOCALBASE}"
|
||||||
|
@ -36,9 +35,6 @@ post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR}
|
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
|
||||||
@${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
|
|
||||||
.endif
|
.endif
|
||||||
# fix lib shared permission
|
# fix lib shared permission
|
||||||
@${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/_sqlite.so
|
@${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/_sqlite.so
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pysqlite-1.1.7.tar.gz) = edbed4ccfdc114754c73081e79163be1
|
MD5 (pysqlite-1.1.8.tar.gz) = 77d7be3c126b48aa7081d39335906587
|
||||||
SHA256 (pysqlite-1.1.7.tar.gz) = f274e5425822b69685cc5a9127779a187eaced52fbf26af4fad71f8e3cae554b
|
SHA256 (pysqlite-1.1.8.tar.gz) = 6c5afe3c3fc09427dfef06c654a97e48ffe5cd473b4cd1fc0e0307341d2b82bf
|
||||||
SIZE (pysqlite-1.1.7.tar.gz) = 43056
|
SIZE (pysqlite-1.1.8.tar.gz) = 22851
|
||||||
|
|
|
@ -6,7 +6,3 @@
|
||||||
%%PYTHON_SITELIBDIR%%/sqlite/main.pyo
|
%%PYTHON_SITELIBDIR%%/sqlite/main.pyo
|
||||||
%%PYTHON_SITELIBDIR%%/_sqlite.so
|
%%PYTHON_SITELIBDIR%%/_sqlite.so
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/sqlite
|
@dirrm %%PYTHON_SITELIBDIR%%/sqlite
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py
|
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py
|
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py
|
|
||||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue