Created attachment 210103 [details] py-pony.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 12.0, amd64 tested) * maketest: OK (3799 tests PASS)
To ensure tests will run, I will add: TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
A commit references this bug: Author: woodsb02 Date: Tue Dec 24 05:56:59 UTC 2019 New revision: 520778 URL: https://svnweb.freebsd.org/changeset/ports/520778 Log: Add new port databases/py-pony Using Pony object-relational mapper you can concentrate on writing business logic of your application and use Python syntax for interacting with the database. Pony translates such queries into SQL and executes them in the database in the most efficient way. WWW: https://ponyorm.org/ PR: 242767 Submitted by: Goran Meki? <meka@tilda.center> Changes: head/databases/Makefile head/databases/py-pony/ head/databases/py-pony/Makefile head/databases/py-pony/distinfo head/databases/py-pony/pkg-descr
Committed - thanks!