mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Remove expired port:
2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
This commit is contained in:
parent
a28572f780
commit
b85e5b0902
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436020
1
MOVED
1
MOVED
@ -9129,3 +9129,4 @@ databases/jdbc-oracle9i||2017-03-07|Has expired: Oracle 9i is no more supported
|
||||
x11/rsibreak-kde4|x11/rsibreak|2017-03-11|Renamed to drop the -kde4 suffix
|
||||
textproc/ack|textproc/p5-ack|2017-03-12|Rename to match our perl naming
|
||||
misc/p5-Geo-Coder-Geocoder-US||2017-03-12|Has expired: http://geocoder.us/ disappeared in late 2015
|
||||
databases/py-sqlalchemy09|databases/py-sqlalchemy10|2017-03-12|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
|
||||
|
@ -798,7 +798,6 @@
|
||||
SUBDIR += py-south
|
||||
SUBDIR += py-sqlalchemy-migrate
|
||||
SUBDIR += py-sqlalchemy08
|
||||
SUBDIR += py-sqlalchemy09
|
||||
SUBDIR += py-sqlalchemy10
|
||||
SUBDIR += py-sqlalchemy11
|
||||
SUBDIR += py-sqlite3
|
||||
|
@ -1,84 +0,0 @@
|
||||
# Created by: Dryice Dong Liu <dryice@dryice.name>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 09
|
||||
DISTNAME= SQLAlchemy-${DISTVERSION}
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Python SQL toolkit and Object Relational Mapper 0.9.x
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
|
||||
EXPIRATION_DATE= 2017-03-01
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER}
|
||||
PY2TO3_ARGS= --no-diffs --nobackups --verbose --write
|
||||
TEST_TARGET= do-test
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[678],10}*
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_MULTI= BACKEND
|
||||
OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
MSSQL_DESC= MS SQL Server backend
|
||||
SYBASE_DESC= Sybase backend
|
||||
|
||||
MSSQL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql
|
||||
PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2
|
||||
SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
|
||||
SYBASE_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb
|
||||
#.else
|
||||
# At the moment databases/py-pymysql does not build with Python3
|
||||
# See https://github.com/petehunt/PyMySQL#python-3-0-support
|
||||
#MYSQL_RUN_DEPENDS= pymysql>=0.5:databases/py-pymysql
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
.if ${PYTHON_REL} >= 3000
|
||||
@${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib
|
||||
@${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc
|
||||
@${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples
|
||||
.endif
|
||||
|
||||
# C extensions are not supported with all versions of Python, so ignore
|
||||
# errors here if there are no .so files to strip.
|
||||
post-install:
|
||||
-@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
do-test:
|
||||
.if ${PYTHON_REL} >= 3000
|
||||
${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test
|
||||
.endif
|
||||
@(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1463481163
|
||||
SHA256 (SQLAlchemy-0.9.10.tar.gz) = 445cba2d5e36b9334aa06c06e00fbedb71f1b1dd03d1d2763b6cf77b9cd6163b
|
||||
SIZE (SQLAlchemy-0.9.10.tar.gz) = 4274855
|
@ -1,10 +0,0 @@
|
||||
The Python SQL Toolkit and Object Relational Mapper
|
||||
|
||||
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
|
||||
gives application developers the full power and flexibility of SQL.
|
||||
|
||||
It provides a full suite of well known enterprise-level persistence
|
||||
patterns, designed for efficient and high-performing database access,
|
||||
adapted into a simple and Pythonic domain language.
|
||||
|
||||
WWW: http://www.sqlalchemy.org/
|
Loading…
Reference in New Issue
Block a user