Bug 242767

Summary: [NEW PORT] databases/py-pony: Pony ORM is easy to use and powerful object-relational mapper
Product: Ports & Packages Reporter: Goran Mekić <meka>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, woodsb02
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 242617    
Attachments:
Description Flags
py-pony.diff none

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!