mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Add py-pgmigrate 1.0.6, postgreSQL migrations made easy.
PR: 254181 Submitted by: dmitry.wagin@ya.ru
This commit is contained in:
parent
74a235b14b
commit
1e8bbe6a13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568144
@ -781,6 +781,7 @@
|
||||
SUBDIR += py-pgdbconn
|
||||
SUBDIR += py-pglast
|
||||
SUBDIR += py-pglite
|
||||
SUBDIR += py-pgmigrate
|
||||
SUBDIR += py-pgspecial
|
||||
SUBDIR += py-pgxnclient
|
||||
SUBDIR += py-pickledb
|
||||
|
25
databases/py-pgmigrate/Makefile
Normal file
25
databases/py-pgmigrate/Makefile
Normal file
@ -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>
|
3
databases/py-pgmigrate/distinfo
Normal file
3
databases/py-pgmigrate/distinfo
Normal file
@ -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
|
3
databases/py-pgmigrate/pkg-descr
Normal file
3
databases/py-pgmigrate/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PGmigrate is a database migration tool developed by Yandex.
|
||||
|
||||
WWW: https://github.com/yandex/pgmigrate
|
Loading…
Reference in New Issue
Block a user