FreeBSD Bugzilla – Attachment 210103 Details for
Bug 242767
[NEW PORT] databases/py-pony: Pony ORM is easy to use and powerful object-relational mapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pony.diff
py-pony.diff (text/plain), 2.00 KB, created by
Goran Mekić
on 2019-12-21 13:49:21 UTC
(
hide
)
Description:
py-pony.diff
Filename:
MIME Type:
Creator:
Goran Mekić
Created:
2019-12-21 13:49:21 UTC
Size:
2.00 KB
patch
obsolete
>commit 3ae8a04bb25b641b17ca60f8487fc680cb123421 >Author: Goran MekiÄ <meka@tilda.center> >Date: Sat Dec 21 14:44:23 2019 +0100 > > Add pony > >diff --git a/databases/Makefile b/databases/Makefile >index e8dfec7d602e..ac72b4aab8d0 100644 >--- a/databases/Makefile >+++ b/databases/Makefile >@@ -810,6 +810,7 @@ > SUBDIR += py-pgxnclient > SUBDIR += py-pickledb > SUBDIR += py-pickleshare >+ SUBDIR += py-pony > SUBDIR += py-postgresql > SUBDIR += py-psycogreen > SUBDIR += py-psycopg2 >diff --git a/databases/py-pony/Makefile b/databases/py-pony/Makefile >new file mode 100644 >index 000000000000..532475848ca8 >--- /dev/null >+++ b/databases/py-pony/Makefile >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= pony >+PORTVERSION= 0.7.11 >+CATEGORIES= databases devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= meka@tilda.center >+COMMENT= Pony ORM is easy to use and powerful object-relational mapper >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python:3.5+ >+USE_PYTHON= autoplist concurrent distutils >+ >+TEST_ENV= PYTHONPATH=${WRKSRC}/src >+ >+NO_ARCH= yes >+ >+do-test: >+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} setup.py test >+ >+.include <bsd.port.mk> >diff --git a/databases/py-pony/distinfo b/databases/py-pony/distinfo >new file mode 100644 >index 000000000000..eb30dacdf7ea >--- /dev/null >+++ b/databases/py-pony/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1576935531 >+SHA256 (pony-0.7.11.tar.gz) = d1008d465d3c5db435fe2636f4c9e1a4a04a24f27c5d7cb4943ba5c596de7e17 >+SIZE (pony-0.7.11.tar.gz) = 285530 >diff --git a/databases/py-pony/pkg-descr b/databases/py-pony/pkg-descr >new file mode 100644 >index 000000000000..6dc6a7121393 >--- /dev/null >+++ b/databases/py-pony/pkg-descr >@@ -0,0 +1,6 @@ >+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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242767
: 210103