FreeBSD Bugzilla – Attachment 223163 Details for
Bug 254181
[new port] databases/py-pgmigrate: PGmigrate is a database migration tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pgmigrate.diff
py-pgmigrate.diff (text/plain), 2.60 KB, created by
Dmitry Wagin
on 2021-03-10 16:37:01 UTC
(
hide
)
Description:
py-pgmigrate.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2021-03-10 16:37:01 UTC
Size:
2.60 KB
patch
obsolete
>Index: databases/py-pgmigrate/Makefile >=================================================================== >--- databases/py-pgmigrate/Makefile (nonexistent) >+++ databases/py-pgmigrate/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= pgmigrate >+PORTVERSION= 1.0.6 >+CATEGORIES= databases python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= dmitry.wagin@ya.ru >+COMMENT= PostgreSQL migrations made easy >+ >+LICENSE= PostgreSQL >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8.2:databases/py-psycopg2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0:databases/py-sqlparse@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1<6.0:devel/py-yaml@${PY_FLAVOR} >+ >+USES= python:3.6+ >+USE_GITHUB= yes >+GH_ACCOUNT= yandex >+USE_PYTHON= autoplist concurrent distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: databases/py-pgmigrate/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/py-pgmigrate/distinfo >=================================================================== >--- databases/py-pgmigrate/distinfo (nonexistent) >+++ databases/py-pgmigrate/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1614010295 >+SHA256 (yandex-pgmigrate-1.0.6_GH0.tar.gz) = e8381ef62b22997abfe0240130ac56a720fed4e934408056320e535362d8e3d3 >+SIZE (yandex-pgmigrate-1.0.6_GH0.tar.gz) = 26828 > >Property changes on: databases/py-pgmigrate/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/py-pgmigrate/pkg-descr >=================================================================== >--- databases/py-pgmigrate/pkg-descr (nonexistent) >+++ databases/py-pgmigrate/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+PGmigrate is a database migration tool developed by Yandex. >+ >+WWW: https://github.com/yandex/pgmigrate > >Property changes on: databases/py-pgmigrate/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 254181
:
223144
| 223163