SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
44
databases/py-sqlalchemy/Makefile
Normal file
44
databases/py-sqlalchemy/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
COMMENT= database toolkit for Python
|
||||
|
||||
# 2.x is a major update with incompatible changes;
|
||||
#dependent ports need checking
|
||||
MODPY_EGG_VERSION= 1.4.49
|
||||
DISTNAME= SQLAlchemy-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-sqlalchemy-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= https://www.sqlalchemy.org/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= pthread
|
||||
|
||||
WANTLIB-main= pthread
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PYBUILD= setuptools
|
||||
MODPY_PI= Yes
|
||||
|
||||
SUBST_VARS += MODPY_FLAVOR
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
MAKE_ENV += PYTHONPATH=.
|
||||
MODPY_PYTEST= Yes
|
||||
|
||||
RUN_DEPENDS += devel/py-greenlet${MODPY_FLAVOR}
|
||||
|
||||
TEST_DEPENDS= devel/py-test-xdist${MODPY_FLAVOR} \
|
||||
devel/py-mock${MODPY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-sqlalchemy
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-sqlalchemy
|
||||
cd ${WRKSRC}/doc && pax -rw * ${PREFIX}/share/doc/py-sqlalchemy
|
||||
cd ${WRKSRC}/examples && \
|
||||
pax -rw * ${PREFIX}/share/examples/py-sqlalchemy
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-sqlalchemy/distinfo
Normal file
2
databases/py-sqlalchemy/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SQLAlchemy-1.4.49.tar.gz) = Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk=
|
||||
SIZE (SQLAlchemy-1.4.49.tar.gz) = 8536601
|
6
databases/py-sqlalchemy/pkg/DESCR
Normal file
6
databases/py-sqlalchemy/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
1374
databases/py-sqlalchemy/pkg/PLIST
Normal file
1374
databases/py-sqlalchemy/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue