From eab5731cdf11d4ae8cdf111461d46fd96c5bdd37 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 May 2019 12:02:00 +0100 Subject: gentoo resync : 04.05.2019 --- dev-python/plyvel/Manifest | 4 +-- dev-python/plyvel/plyvel-1.0.4.ebuild | 49 ----------------------------------- dev-python/plyvel/plyvel-1.1.0.ebuild | 49 +++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 dev-python/plyvel/plyvel-1.0.4.ebuild create mode 100644 dev-python/plyvel/plyvel-1.1.0.ebuild (limited to 'dev-python/plyvel') diff --git a/dev-python/plyvel/Manifest b/dev-python/plyvel/Manifest index 8a5294fb4b50..068e4439d176 100644 --- a/dev-python/plyvel/Manifest +++ b/dev-python/plyvel/Manifest @@ -1,5 +1,5 @@ -DIST plyvel-1.0.4.tar.gz 338470 BLAKE2B dbc33ac9962ed3b74d83158e973ac956bd9fa81c7e1980c1d79187f6e629d0605d821debe4bfd4532120f343b87ee3acd825514884d78b471d3717364837ce42 SHA512 ee397d4f7e2dac4e7b382841559895184dc0356b84da4ff4ccdad43c32aebcb1dcc5020230a5564c875ed5d4401cc8b009438ca3b2e0b50e6467e384f0366171 DIST plyvel-1.0.5.tar.gz 143728 BLAKE2B 2eac687e6901381b62df5278abe00684c8e5a9ac162596a1a1a0e620536155b5e5c0ba0ab9bb32c1d3a6467d997cfdf530e9275024f8caba3323728f3f3aba67 SHA512 d2a7fe9d49b377135ece03292f366423e9550d3440689a99246d8c5ddc38e474c2b05c709655c6bf74a1d04f742a23dfb8841b51698c2adb062418577b28c4b4 -EBUILD plyvel-1.0.4.ebuild 1221 BLAKE2B eddf934296dc3e6490496d2e810c08e86d328af30d0b12165e9bea4bc30df5f48f9c3d7ab0f8efb2e75c05717677017270221e020d28816102f6ad30693e5f70 SHA512 8d32214097c23dc5c55e71c1e4f7c6cbca61bf9c9cca8b8fa175591e7c52413ea6f0453e0bb83f6a6fe9a11b08ecb235ebfa501c02378b847a7100750e03df51 +DIST plyvel-1.1.0.tar.gz 143970 BLAKE2B 980c8117f39c704abaf1733bfabb6816aa84e5e449ed37368038a7d6cd4cbbbf832319bf149ec6ae7cca5074984427df08afc50e033451d3d97ddafd210d91e0 SHA512 4d9b20f7e047d75af14d530519b4360194a18aa423a57ac4596441e47528bbc9f8e3ff763dd91da4c115cb1e4a6f34f01bbd47f4be49be110b2f6e3c7b8bdb3a EBUILD plyvel-1.0.5.ebuild 1223 BLAKE2B 8f02c3d27461bdf1f9ddc6556416fbe0756889edc82e49e73185a9157640398cdeb1e3dfe3aa6f06fe481f839420c234cef49728d348ad3830064793795ac3ff SHA512 7db9aed0c3218d13ffab9cc3bd9785f83a0993fa20857c85de35a8fa977f518ab8ff3fd266c1a37c7aa2af6954eae202059aa89af0e68c0700a9e20415df9450 +EBUILD plyvel-1.1.0.ebuild 1226 BLAKE2B 2d534af7208c2815c5b2660a5cd11dda3464a8822489f762874c3647b65ee6260843a283b76d27628876f79b924bea3492bd9858dd410eab58cbca176f7bef2b SHA512 282af5668a4a3fe009e360f52fad176b1baaa4ad43fd1b0f6b13a39415f728bdd961ee281d324cf01d007f77e17e5fc785fee0cf939e2332019c0a0c63641a64 MISC metadata.xml 432 BLAKE2B 5ff794b8cd6bb312ed6fc0a3ef74ab6a89be65b45d90fee726ec4350f702b45e46da69c35ac2fea606bdd2b7cc87a9d360ce03d101b4243950cbd54567a772d7 SHA512 fbd7143b819341c3d6686e6861b5c8642b6e18f3e0c73b0ab0221dae9f074fba26d7792f41a23a67074679594ed2739a9a6926124365c1fab88765e51915f288 diff --git a/dev-python/plyvel/plyvel-1.0.4.ebuild b/dev-python/plyvel/plyvel-1.0.4.ebuild deleted file mode 100644 index c30bc2228a81..000000000000 --- a/dev-python/plyvel/plyvel-1.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Tests fail with PyPy: https://github.com/wbolster/plyvel/issues/38 -PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to LevelDB" -HOMEPAGE="https://github.com/wbolster/plyvel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -RDEPEND=">=dev-libs/leveldb-1.20:=" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) -" - -python_compile() { - # https://wiki.gentoo.org/wiki/Project:Python/Strict_aliasing - python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_compile_all() { - if use doc; then - sphinx-build doc doc/_build/html || die - HTML_DOCS=( doc/_build/html/. ) - fi -} - -python_test() { - # We need to copy the extension to the package folder - local ext="$(ls "${BUILD_DIR}/lib/${PN}/"*.so | head -n1 || die)" - ln -s "${ext}" "${PN}" || die - py.test || die "tests failed with ${EPYTHON}" - rm "${PN}/$(basename "${ext}")" || die -} diff --git a/dev-python/plyvel/plyvel-1.1.0.ebuild b/dev-python/plyvel/plyvel-1.1.0.ebuild new file mode 100644 index 000000000000..be42e6254e05 --- /dev/null +++ b/dev-python/plyvel/plyvel-1.1.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Tests fail with PyPy: https://github.com/wbolster/plyvel/issues/38 +PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to LevelDB" +HOMEPAGE="https://github.com/wbolster/plyvel" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=">=dev-libs/leveldb-1.20:=" +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + ) + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) +" + +python_compile() { + # https://wiki.gentoo.org/wiki/Project:Python/Strict_aliasing + python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +} + +python_compile_all() { + if use doc; then + sphinx-build doc doc/_build/html || die + HTML_DOCS=( doc/_build/html/. ) + fi +} + +python_test() { + # We need to copy the extension to the package folder + local ext="$(ls "${BUILD_DIR}/lib/${PN}/"*.so | head -n1 || die)" + ln -s "${ext}" "${PN}" || die + pytest -vv || die "tests failed with ${EPYTHON}" + rm "${PN}/$(basename "${ext}")" || die +} -- cgit v1.2.3