From 38423c67c8a23f6a1bc42038193182e2da3116eb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 11:37:10 +0100 Subject: gentoo resync : 25.04.2020 --- dev-python/tagpy/Manifest | 2 +- dev-python/tagpy/tagpy-2018.1-r1.ebuild | 49 +++++++++++++++++++++++++++++ dev-python/tagpy/tagpy-2018.1.ebuild | 56 --------------------------------- 3 files changed, 50 insertions(+), 57 deletions(-) create mode 100644 dev-python/tagpy/tagpy-2018.1-r1.ebuild delete mode 100644 dev-python/tagpy/tagpy-2018.1.ebuild (limited to 'dev-python/tagpy') diff --git a/dev-python/tagpy/Manifest b/dev-python/tagpy/Manifest index b29a6207cbf5..4abc52d27fb1 100644 --- a/dev-python/tagpy/Manifest +++ b/dev-python/tagpy/Manifest @@ -1,5 +1,5 @@ AUX tagpy-2018.1-readme.rst 725 BLAKE2B f40dbe6ab4f03fe0a6141a03ae6f504d202a5c97d605cb22dfa0b9695374260658f8dde0d49e84de0e7d289bff705beed1244215e70cc7f9d8d587d505322a20 SHA512 0d9cd79986a16ad78e76911f9d3c1b36fb706c74c58e9d29dce817bcf4bbd8b29c9596f1228a0524fdf6538f2c685901a159fd9bd0b629d0dd1d60c75c2820b0 AUX tagpy-2018.1-taglib-1.8.patch 642 BLAKE2B 45c190b621dda7368583c1ab92a01f08fb84d83666953caa5f05c89803db16dc8cd1668e3b891c757c916d27439c4c3143a8a8a2115ad89a8b2f1806dc4a80c9 SHA512 6a3af752fdfd12f6c5f6e52019f3d4f322b9dc3595e810e93ed43e680c1a2f7728efeb8d1180473ca3dfaa7f548d437c32f0a306882ad7f7072388f57ea42caf DIST tagpy-2018.1.tar.gz 145501 BLAKE2B acdda6789dae000ba2f664e4a5582f6218f312bed20ec81c4ea54f358bec70d41aceed6704f392a7a32c39d263da81f9c832922942fa179e1865e423dcf28bcf SHA512 2010baa919adadc9fc231deeb093953622ec54c8b6011e2d6a3489b086032de0a71cc26f42439435f26bd7a1ff069e3944dafc61217abe6ea5e81b01b9d18c50 -EBUILD tagpy-2018.1.ebuild 1219 BLAKE2B 601bf3232a0f6cf7e505e9b24086f3a1b7b2d74f56fa8c71d4b63e38c4f86b2f351211bf61d499a08995337db85691ee67b3d0d0ccd6cc410e9b9c552e90d5a6 SHA512 fff615363c1b4f7f66637aaed8fdc367f518177d8f67965fe9d29957131fd7080b95e2815281f41467a21452f54a217b52de68ca8da84b62d135bfed53393d56 +EBUILD tagpy-2018.1-r1.ebuild 1084 BLAKE2B 89e34c08c64a8dae03a28d7734bafdde1afe041b40c3100a5e8d1063a86dcbc0e81657fba98f2bb0c4f1fd2b8fb7a577f1af8f9f7cbe6ede2638ce0c72fbdb64 SHA512 8e70a5925e3e0dc8db9699f7e634f693fd1362896c455347e1bddfba7d1800f8a9f2980fcd6f9e8604d2e324b493cf2270f020b6fdbe1c2e0e64c46f02bf8fc9 MISC metadata.xml 547 BLAKE2B c5c61e36e108060392467ad7bde0c8869b6df0f55367e528e9165d216f4c9674af13ec580c1b2fe6c231843cddd40b621f816c71e1d718126583085780649d66 SHA512 caf162b52bba166e74c1c1c9a6f157ee44d4b7f829c089dee93b6c84a99c847384ff7cd4f03ce191574e58562fdabe29eb4b00281551227f5d274adc3e7ba2d2 diff --git a/dev-python/tagpy/tagpy-2018.1-r1.ebuild b/dev-python/tagpy/tagpy-2018.1-r1.ebuild new file mode 100644 index 000000000000..46c43febbefe --- /dev/null +++ b/dev-python/tagpy/tagpy-2018.1-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_IN_SOURCE_BUILD=1 +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +DESCRIPTION="Python Bindings for TagLib" +HOMEPAGE="https://mathema.tician.de//software/tagpy + https://pypi.org/project/tagpy/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" +IUSE="examples" + +RDEPEND=" + >=dev-libs/boost-1.70:=[python,threads,${PYTHON_USEDEP}] + >=media-libs/taglib-1.8 +" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${P}-taglib-1.8.patch" ) + +python_prepare_all() { + cp "${FILESDIR}"/${P}-readme.rst README.rst || die + distutils-r1_python_prepare_all +} + +python_configure() { + local boostpy_ver="${EPYTHON#python}" + + "${PYTHON}" configure.py \ + --taglib-inc-dir="${EPREFIX}/usr/include/taglib" \ + --boost-python-libname="boost_python${boostpy_ver/\.}" +} + +python_install_all() { + if use examples; then + docinto examples + dodoc -r test/* + fi + + distutils-r1_python_install_all +} diff --git a/dev-python/tagpy/tagpy-2018.1.ebuild b/dev-python/tagpy/tagpy-2018.1.ebuild deleted file mode 100644 index af8120b279b1..000000000000 --- a/dev-python/tagpy/tagpy-2018.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Python Bindings for TagLib" -HOMEPAGE="https://mathema.tician.de//software/tagpy - https://pypi.org/project/tagpy/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="examples" - -RDEPEND=" - dev-libs/boost:=[python,threads,${PYTHON_USEDEP}] - >=media-libs/taglib-1.8 -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -DISTUTILS_IN_SOURCE_BUILD=1 - -PATCHES=( "${FILESDIR}/${P}-taglib-1.8.patch" ) - -python_prepare_all() { - cp "${FILESDIR}"/${P}-readme.rst README.rst || die - distutils-r1_python_prepare_all -} - -python_configure() { - local boostpy_ver="${EPYTHON#python}" - if has_version ">=dev-libs/boost-1.70"; then - boostpy_ver="${boostpy_ver/\.}" - else - boostpy_ver="-${boostpy_ver}" - fi - - "${PYTHON}" configure.py \ - --taglib-inc-dir="${EPREFIX}/usr/include/taglib" \ - --boost-python-libname="boost_python${boostpy_ver}" -} - -python_install_all() { - if use examples; then - docinto examples - dodoc -r test/* - fi - - distutils-r1_python_install_all -} -- cgit v1.2.3