- Set minimum Python version to 2.5
- Since it now requires 2.5+, use databases/py-sqlite3 instead of databases/py-pysqlite2x - Bump PORTREVISION PR: ports/160069 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: c-s@c-s.li (maintainer, via email)
This commit is contained in:
parent
77dd507976
commit
3363e28474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280984
1 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= bzr-git
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://launchpadlibrarian.net/76814124/ \
|
||||
http://www.c-s.li/ports/
|
||||
|
@ -14,15 +15,15 @@ MASTER_SITES= https://launchpadlibrarian.net/76814124/ \
|
|||
MAINTAINER= c-s@c-s.li
|
||||
COMMENT= Plugin for bzr to work with git trees
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
||||
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
|
||||
py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
|
||||
py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23
|
||||
|
||||
LICENSE= GPLv2
|
||||
${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= bzr_git
|
||||
|
||||
|
|
Loading…
Reference in a new issue