View | Details | Raw Unified | Return to bug 242767
Collapse All | Expand All

(-)b/databases/Makefile (+1 lines)
Lines 810-815 Link Here
810
    SUBDIR += py-pgxnclient
810
    SUBDIR += py-pgxnclient
811
    SUBDIR += py-pickledb
811
    SUBDIR += py-pickledb
812
    SUBDIR += py-pickleshare
812
    SUBDIR += py-pickleshare
813
    SUBDIR += py-pony
813
    SUBDIR += py-postgresql
814
    SUBDIR += py-postgresql
814
    SUBDIR += py-psycogreen
815
    SUBDIR += py-psycogreen
815
    SUBDIR += py-psycopg2
816
    SUBDIR += py-psycopg2
(-)b/databases/py-pony/Makefile (+25 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pony
4
PORTVERSION=	0.7.11
5
CATEGORIES=	databases devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	meka@tilda.center
10
COMMENT=	Pony ORM is easy to use and powerful object-relational mapper
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python:3.5+
16
USE_PYTHON=	autoplist concurrent distutils
17
18
TEST_ENV=	PYTHONPATH=${WRKSRC}/src
19
20
NO_ARCH=	yes
21
22
do-test:
23
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} setup.py test
24
25
.include <bsd.port.mk>
(-)b/databases/py-pony/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1576935531
2
SHA256 (pony-0.7.11.tar.gz) = d1008d465d3c5db435fe2636f4c9e1a4a04a24f27c5d7cb4943ba5c596de7e17
3
SIZE (pony-0.7.11.tar.gz) = 285530
(-)b/databases/py-pony/pkg-descr (+6 lines)
Added Link Here
1
Using Pony object-relational mapper you can concentrate on writing business
2
logic of your application and use Python syntax for interacting with the
3
database. Pony translates such queries into SQL and executes them in the
4
database in the most efficient way.
5
6
WWW: https://ponyorm.org/

Return to bug 242767