From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-python/pygresql/Manifest | 7 +++-- .../pygresql/files/pygresql-5.2-CFLAGS.patch | 11 ++++++++ dev-python/pygresql/pygresql-5.0.6.ebuild | 32 --------------------- dev-python/pygresql/pygresql-5.1.ebuild | 4 +-- dev-python/pygresql/pygresql-5.2.ebuild | 33 ++++++++++++++++++++++ 5 files changed, 50 insertions(+), 37 deletions(-) create mode 100644 dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch delete mode 100644 dev-python/pygresql/pygresql-5.0.6.ebuild create mode 100644 dev-python/pygresql/pygresql-5.2.ebuild (limited to 'dev-python/pygresql') diff --git a/dev-python/pygresql/Manifest b/dev-python/pygresql/Manifest index 46c6c41b8034..511cadfc9a41 100644 --- a/dev-python/pygresql/Manifest +++ b/dev-python/pygresql/Manifest @@ -1,5 +1,6 @@ -DIST PyGreSQL-5.0.6.tar.gz 648481 BLAKE2B 7e1d96b5c09a3d2f0e412504be27fcfa557804ace8a4c24d657f586a8e647f5001da943543d49f6d2bdec48a34017b7379305fb760436065ba7f36ce981d85c2 SHA512 fb42f462d749f824f52dd424464ecc3591e615e7e0d220a63a217797aeb3f05379fab071480946d09779dbdb9028351a596160989066589dde1be18f7d320ac8 +AUX pygresql-5.2-CFLAGS.patch 333 BLAKE2B caa18ab6ba4da14437637faf6cea4d27e829c4f547f9c08e33a452b1e5912a24235af823c9ea385bbd1516c0c80a08d3225e373ad64ad4d13873ff4dc5155695 SHA512 ddafaadb4ebfb68af71727f840f36800d3dd78323f8ab0324a16b50498206c8ac33c76a80f24fff7984195ed5ac0fc383bdcacb9ea334f4b47e5046864728cd0 DIST PyGreSQL-5.1.tar.gz 642216 BLAKE2B 4f3ff4e59c47d86007884b41355ec5cbc3893ba21e3e5b7a354aab698dde947622ba4b7a1590325ae36f132759e26f37868844c3c21605ead068261129331453 SHA512 d36be0f121c20469193600c551e15b430fdc9e44db00e4ae7adb4985697ddc5653f52fb642b0f3de8316fb916616d07ac1ef03e1e6b20043b7cace131b232a3a -EBUILD pygresql-5.0.6.ebuild 672 BLAKE2B 23245d199f0fb9d527bc487eb4fbb54b5eaa485407bbd5595eaca529a09b153f95838c9a8f456505377166363c0cf458273426bea69ec09a488633cccc752069 SHA512 18907e31423f99b8a74a1c7d816159192eb060667cfdbe9c301264ad48aa2a388981a877366cf0f086530964fa084de943c8f6e5865f94b5bfdab4d3878d7cd1 -EBUILD pygresql-5.1.ebuild 737 BLAKE2B 7807f7c3b1e1fd40aa061b718aad43d2bd0339a2ae0e7b14aae473a986923acc295bdb42b33ffd4953815c939d15763b4abc8161d7aa55e888603e7d6f254757 SHA512 a027a473d4e158ea1892baf74e1a45aff2d32f561ebae0ea02ab758fef16e86430529d30b3deaee2b05380259f194cbec9ede579e3e8a370c88afd02ff0d65d9 +DIST PyGreSQL-5.2.tar.gz 267557 BLAKE2B 92c2c0810a9b763fc2e9fec2e920ca1e21da4eb4ede5f2e20f66fd385ccc623fd9fe74075c6b995c6ea6348df76dcd723c8e4b6d83afdb53c978c02cc5220e49 SHA512 ce1cd29c714ab863dbdc7dde920f8938b115535ae3a0b54c770d7648f05011a716d604eec2d73c321fe2a408e64bcd9208c204856e5ddb0e0675ef7c076e4da7 +EBUILD pygresql-5.1.ebuild 734 BLAKE2B 4ac66942fcb27dfd9790f82f8474b228ad36e9bd73fb4ec153ec1032a845aaf3d3dadfb6852be67db2aacaf7c18af6d0ec375a323745bedd83e5094f3d7bd2bf SHA512 660943ae719d760b0f7a6ec71b6762206da18dd68ff46b120d2339f6785e420b9ff0575280652a390588b8d4b98ef7ab7765869cab24e37d05c6f0939af5869a +EBUILD pygresql-5.2.ebuild 719 BLAKE2B d521f3ad487c1b6d07385746ff3f8f3d9febbb32b8f95dcbe1f67facaec1a4eec26b3a40e281fa08682ad8a3d124b5f4e48038d74a1378ff1de9d93d3c49582d SHA512 27965b13f17276d7a2d031fe252bad47f090cfbed7400a00987257d48f1b2b2e0f0f23ef4517c987ea3c3969800fd3aaca2d3a2fdbcfb827eae36642795cad43 MISC metadata.xml 452 BLAKE2B 8d60fd06e68e39b5d373f30fec25979a0a67c51eee216425e382b559b908ccd12e425c95995dfd28d8487fb306f03fa10d8a71320a4ff5ebd6349e887af624e9 SHA512 f6877e2fd8cb2b6606a29e421d0f0ab4fd66a5e7446a4307718d1c0435c2e8ab3c59db795ca1e18e58eb79d0474c57bf35a3d0544095d2d7d618cf25e96ff55f diff --git a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch new file mode 100644 index 000000000000..24b9da21d165 --- /dev/null +++ b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -95,7 +95,7 @@ + library_dirs = [get_python_lib(), pg_config('libdir')] + define_macros = [('PYGRESQL_VERSION', version)] + undef_macros = [] +-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Wconversion'] ++extra_compile_args = ['-funsigned-char', '-Wall'] + + + class build_pg_ext(build_ext): diff --git a/dev-python/pygresql/pygresql-5.0.6.ebuild b/dev-python/pygresql/pygresql-5.0.6.ebuild deleted file mode 100644 index 5dee6b2e5d31..000000000000 --- a/dev-python/pygresql/pygresql-5.0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -POSTGRES_COMPAT=( 9.{4..6} 10 ) -PYTHON_COMPAT=( python3_{6..7} ) - -inherit distutils-r1 postgres - -MY_P="PyGreSQL-${PV}" - -DESCRIPTION="A Python interface for the PostgreSQL database" -HOMEPAGE="http://www.pygresql.org/" -SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" - -LICENSE="POSTGRESQL" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86" -IUSE="" - -DEPEND="${POSTGRES_DEP}" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -python_install_all() { - local DOCS=( docs/*.rst docs/community/* docs/contents/tutorial.rst ) - - distutils-r1_python_install_all -} diff --git a/dev-python/pygresql/pygresql-5.1.ebuild b/dev-python/pygresql/pygresql-5.1.ebuild index 36e8b55fb190..d8a5320c8815 100644 --- a/dev-python/pygresql/pygresql-5.1.ebuild +++ b/dev-python/pygresql/pygresql-5.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -POSTGRES_COMPAT=( 9.{4..6} {10..11} ) +POSTGRES_COMPAT=( 9.{5..6} {10..11} ) PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 postgres @@ -11,7 +11,7 @@ inherit distutils-r1 postgres MY_P="PyGreSQL-${PV}" DESCRIPTION="A Python interface for the PostgreSQL database" -HOMEPAGE="http://www.pygresql.org/" +HOMEPAGE="https://pygresql.org/" SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" LICENSE="POSTGRESQL" diff --git a/dev-python/pygresql/pygresql-5.2.ebuild b/dev-python/pygresql/pygresql-5.2.ebuild new file mode 100644 index 000000000000..849038866a69 --- /dev/null +++ b/dev-python/pygresql/pygresql-5.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +POSTGRES_COMPAT=( 9.{5..6} {10..12} ) +PYTHON_COMPAT=( python3_{6..8} ) + +inherit distutils-r1 postgres + +MY_P="PyGreSQL-${PV}" + +DESCRIPTION="A Python interface for the PostgreSQL database" +HOMEPAGE="https://pygresql.org/" +SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" + +LICENSE="POSTGRESQL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" + +DEPEND="${POSTGRES_DEP}" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" +PATCHES=( + "${FILESDIR}"/${PN}-5.2-CFLAGS.patch +) + +python_install_all() { + local DOCS=( docs/*.rst docs/community/* docs/contents/tutorial.rst ) + + distutils-r1_python_install_all +} -- cgit v1.2.3