Bug 242767 - [NEW PORT] databases/py-pony: Pony ORM is easy to use and powerful object-relational mapper
Summary: [NEW PORT] databases/py-pony: Pony ORM is easy to use and powerful object-rel...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ben Woods
URL:
Keywords: patch, patch-ready
Depends on:
Blocks: 242617
  Show dependency treegraph
 
Reported: 2019-12-21 13:49 UTC by Goran Mekić
Modified: 2019-12-24 06:01 UTC (History)
2 users (show)

See Also:


Attachments
py-pony.diff (2.00 KB, patch)
2019-12-21 13:49 UTC, Goran Mekić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2019-12-21 13:49:21 UTC
Created attachment 210103 [details]
py-pony.diff

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 12.0, amd64 tested)
  * maketest: OK (3799 tests PASS)
Comment 1 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:54:11 UTC
To ensure tests will run, I will add:
TEST_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-24 05:57:22 UTC
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
Comment 3 Ben Woods freebsd_committer freebsd_triage 2019-12-24 06:01:25 UTC
Committed - thanks!