From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-python/empy/Manifest | 4 ++-- dev-python/empy/empy-3.3.3.ebuild | 38 -------------------------------------- dev-python/empy/empy-3.3.4.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dev-python/empy/empy-3.3.3.ebuild create mode 100644 dev-python/empy/empy-3.3.4.ebuild (limited to 'dev-python/empy') diff --git a/dev-python/empy/Manifest b/dev-python/empy/Manifest index 77855d3698c5..18aef6e19d8b 100644 --- a/dev-python/empy/Manifest +++ b/dev-python/empy/Manifest @@ -1,3 +1,3 @@ -DIST empy-3.3.3.tar.gz 138429 BLAKE2B ed2ea352161bcd141620253e059255c6d6437d72d8e72075e1abc01efc496715ff07eb1e9baef70a631e752761f828f2f4750087da154c0a6df1434e47a8f0b7 SHA512 74c091d6dac39ad9ddb6f46963066dab1f8846565f77b1b0ad4352eda3534d4312b0e95d3682387d75c2f5553d678c6d3112471eec032e2bdea0e891dd8217b1 -EBUILD empy-3.3.3.ebuild 1006 BLAKE2B a095c4d9e751095706826410b7b2c03e8249830960e84141205372a8381ab4895e3119a88a15d46349ff84d430aa57dbe124b92edc3f28488a3ed1d80788a10d SHA512 45c50f89b7b8950ceb609230c4cd702dd5c58497086b334e6e514f40f42d8dc59334d5d49c60c25dfdf6e2fb43be2733e571bfc13eb1b636d4d754d7f1d78c9b +DIST empy-3.3.4.tar.gz 138495 BLAKE2B 0040b26966d3d6c7911cc7957159084ddb610085affaa5cf214121fdb292c43b071df8990749e02c0c3ef46cba131188e0907b8ab7c28a0834498b505bec0a2e SHA512 5de8de26484468d180a2575bfc8302cb3d32004ed4d70768310b7564a9ed1bb880b8c1d862f419588b2b5baa8c3da8bc707eac41f3921e6136cc5bc3f47f1a3d +EBUILD empy-3.3.4.ebuild 1008 BLAKE2B 1578964a5bbedc3620b50a3490d40c9f3fdb835194cf1267fe1b9824000dd4a72ebc3062bfd5b3ab561d86dab15ed29675f064e1b7a046113e9ec962b0cb646b SHA512 35477343e3dc8859953d31e5a476fc822687f9d2c42572aa3582f8a26bb7f5ee7af14a7c4105762f3c54b10bed1679195b9c880cfa19c2ce02f2334ed9f6dfc2 MISC metadata.xml 264 BLAKE2B f956660bd90e0c6757ce9a7284329bd8f9d14053624a6ac4a017e5a1ffba57ee084542dbc9ac887756dd64930cdb00e33dd56361404bbbd2d2d27213f84da4c5 SHA512 4d8147ee0077ed9f48ca883928f98dd317506bc25a1ba5c96fcd32870dcefae56ff47560cb99eb23a5339f893d19fa4529cc432afb7999dfa04c727cc6989eaf diff --git a/dev-python/empy/empy-3.3.3.ebuild b/dev-python/empy/empy-3.3.3.ebuild deleted file mode 100644 index 24d0274fa10b..000000000000 --- a/dev-python/empy/empy-3.3.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A powerful and robust templating system for Python" -HOMEPAGE="http://www.alcyone.com/software/empy/" -SRC_URI="http://www.alcyone.com/software/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc x86" -IUSE="doc" - -python_test() { - "${PYTHON}" em.py sample.em | diff sample.bench - - if [[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]]; then - die "Testing failed with ${EPYTHON}" - fi -} - -python_install_all() { - distutils-r1_python_install_all - if use doc; then - dodir /usr/share/doc/"${PF}"/examples - insinto /usr/share/doc/"${PF}"/examples - doins sample.em sample.bench - #3.3 has the html in this funny place. Fix in later version: - dohtml doc/home/max/projects/empy/doc/em/* - dohtml doc/home/max/projects/empy/doc/em.html - dohtml doc/index.html - fi -} diff --git a/dev-python/empy/empy-3.3.4.ebuild b/dev-python/empy/empy-3.3.4.ebuild new file mode 100644 index 000000000000..6f45d2d2f36d --- /dev/null +++ b/dev-python/empy/empy-3.3.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A powerful and robust templating system for Python" +HOMEPAGE="http://www.alcyone.com/software/empy/" +SRC_URI="http://www.alcyone.com/software/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~arm ~ia64 ppc x86" +IUSE="doc" + +python_test() { + "${PYTHON}" em.py sample.em | diff sample.bench - + if [[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]]; then + die "Testing failed with ${EPYTHON}" + fi +} + +python_install_all() { + distutils-r1_python_install_all + if use doc; then + dodir /usr/share/doc/"${PF}"/examples + insinto /usr/share/doc/"${PF}"/examples + doins sample.em sample.bench + #3.3 has the html in this funny place. Fix in later version: + dohtml doc/home/max/projects/empy/doc/em/* + dohtml doc/home/max/projects/empy/doc/em.html + dohtml doc/index.html + fi +} -- cgit v1.2.3