SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (SQLAlchemy-1.4.49.tar.gz) = Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk=
SIZE (SQLAlchemy-1.4.49.tar.gz) = 8536601

View 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.

File diff suppressed because it is too large Load diff