mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X) - Bump PORTREVISION
This commit is contained in:
parent
95e7c5dd95
commit
c8a6af0499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276318
4 changed files with 6 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pycogent
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
|
||||
DISTNAME= PyCogent-${PORTVERSION}
|
||||
|
@ -18,7 +19,7 @@ COMMENT= A toolkit for statistical analysis of biological sequences
|
|||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
|
||||
${LOCALBASE}/bin/sphinx-build:${PORTSDIR}/textproc/py-sphinx \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Elixir
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||
|
@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Declarative Mapper for SQLAlchemy
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
|
|
@ -37,7 +37,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \
|
|||
.else
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
py*-pysqlite>=0:${PORTSDIR}/databases/py-pysqlite23 \
|
||||
py*-sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \
|
||||
py*-sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \
|
||||
py*-game>=0:${PORTSDIR}/devel/py-game \
|
||||
py*-simplejson>=0:${PORTSDIR}/devel/py-simplejson \
|
||||
py*-matplotlib>=0.90.0:${PORTSDIR}/math/py-matplotlib
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Spaced-repetition memory training library
|
||||
|
|
Loading…
Add table
Reference in a new issue