diff options
Diffstat (limited to 'dev-python/pmw')
-rw-r--r-- | dev-python/pmw/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch | 17 | ||||
-rw-r--r-- | dev-python/pmw/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pmw/pmw-1.3.3-r2.ebuild | 56 | ||||
-rw-r--r-- | dev-python/pmw/pmw-2.0.1.ebuild | 52 |
5 files changed, 143 insertions, 0 deletions
diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest new file mode 100644 index 000000000000..52b8294d9058 --- /dev/null +++ b/dev-python/pmw/Manifest @@ -0,0 +1,6 @@ +AUX pmw-1.3.3-install-no-docs.patch 496 BLAKE2B f2ef8e3c1bab1dc2913c7e78d6c2d72b53c094a9a3cbc0746fcb7e3fad3a45cfdf4a7fd62332726d7398f0a45eeff7feddb55f8fe518c8f12b749406e16ddaaa SHA512 6925199967f5d980285165f13339903947ca3c1841a279a79913c68a3d7a7e381d34b1a3c5af359a5c63b1a0d94dcb6e883c661a222e96cdc1aa8a9239f31811 +DIST Pmw-2.0.1.tar.gz 830448 BLAKE2B c78fef1570a34b9784f936f16856c4450164d8a232770e59cc084c1113888af8ee002cd1c7ddeadcddaacb5eae9ff58fcbfc270fc066875523e31a9d26770cd3 SHA512 99654e961aa40a64eebc08fe473e94da0ce431e6465255c68c251dfd544a51edef1a5d97dfd89ce756eb5f7fcf917dbef27f646ba9451ab72f3d460daa09a556 +DIST Pmw.1.3.3.tar.gz 451232 BLAKE2B 2ea74cf010b094539b1e052850b358e05a561aee1990de7184244b77a4133c1259ff54fa6e47c5368dac4bf81bf23e9217742ef1327ab7e20b8dca27ebf5f333 SHA512 d63fad8f8c5bb9b8cb940b10bdf9e3bc1dabe714e10f32c587d5e1097ef0767492602984089172d85cf57c8ebf34acf555b8fe73a2157c6f734ee36042803668 +EBUILD pmw-1.3.3-r2.ebuild 1227 BLAKE2B b95220e48ef2ad28960a750d36f7429a0cd02d67345262c9a95d68b629167f57e0db542e0701868770ca817a7b8c27c76e6e74ba4dfed17d2ccde84b1079ce43 SHA512 1c5fa6dcecf737a07309652a046cafbfcdf9333a8dea32626fe8a08fcb1867bdc0746a1bdb79814418203ddd0ab8c38a57fbda0e2c9c83429dd1d571953927ba +EBUILD pmw-2.0.1.ebuild 1207 BLAKE2B ee0858a5e28201eb75b2fe154a954e0231d29c8125f2416ebdf40380c933e53dd001ab91fffda3f7bd8575e8c03270fbc62d25901f1afc9fe95d2fff4341b26f SHA512 3e40043d1693ac9c88ce6ef34d822451d0fc1a66c76c38a3e2ca6dcaac1e6e1099185d22e7655d78d5f43ac6e255a802d07d5620a664492af1314df9cdc34e89 +MISC metadata.xml 366 BLAKE2B c2d56d3c744468056b41ca45aaff5263692a9055807ae406644d9c482489f004271d932d56e078a2d66bdca3f17332e0ac03c7f93d7d41890db0eaa90c004002 SHA512 f0bac4e4faad03c83434cc214c0a0befebcbd1cd7eb89663d6058dcb36ee791102b081595e604409d278f01d7c2062f1d1ca1e01e1194e44826f66e6121697f7 diff --git a/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch b/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch new file mode 100644 index 000000000000..979e24abf59a --- /dev/null +++ b/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch @@ -0,0 +1,17 @@ + src/setup.py | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/src/setup.py b/src/setup.py +index a5f9039..cfcf8a2 100755 +--- a/src/setup.py ++++ b/src/setup.py +@@ -16,9 +16,7 @@ setup(name="Pmw", + 'Pmw.Pmw_1_3_3.lib',], + + package_data={'Pmw': ['Pmw_1_3_3/lib/Pmw.def', +- 'Pmw_1_3_3/doc/*', + 'Pmw_1_3_3/contrib/*', +- 'Pmw_1_3_3/demos/*', + 'Pmw_1_3_3/tests/*', + 'Pmw_1_3_3/bin/*', + ] diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml new file mode 100644 index 000000000000..6fdaea218746 --- /dev/null +++ b/dev-python/pmw/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">pmw</remote-id> + <remote-id type="sourceforge">pmw</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pmw/pmw-1.3.3-r2.ebuild b/dev-python/pmw/pmw-1.3.3-r2.ebuild new file mode 100644 index 000000000000..7532cdb63cfe --- /dev/null +++ b/dev-python/pmw/pmw-1.3.3-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="tk" + +inherit distutils-r1 + +MY_P="Pmw.${PV}" + +DESCRIPTION="Toolkit for building high-level compound widgets in Python using the Tkinter module" +HOMEPAGE="http://pmw.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="py2" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="doc examples" + +DEPEND="!dev-python/pmw:0" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/src" + +DOCS="Pmw/README" +# https://sourceforge.net/p/pmw/bugs/39/ +RESTRICT="test" + +PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch ) + +python_test() { + cd "${BUILD_DIR}/lib/Pmw/Pmw_1_3_3/" || die + PYTHONPATH=PYTHONPATH=tests:../../ + cp tests/{flagup.bmp,earthris.gif} . || die + for test in tests/*_test.py; do + echo "running test "$test + PYTHONPATH=tests:../../ "${PYTHON}" $test || die + done +} + +python_install_all() { + local DIR="Pmw/Pmw_1_3_3" + + if use doc; then + dohtml -a html,gif,py ${DIR}/doc/* + fi + + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins ${DIR}/demos/* + fi + + distutils-r1_python_install_all +} diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild new file mode 100644 index 000000000000..4bdfc6b21ed6 --- /dev/null +++ b/dev-python/pmw/pmw-2.0.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_REQ_USE="tk" + +inherit distutils-r1 virtualx + +MY_PN="Pmw" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Toolkit for building high-level compound widgets in Python using the Tkinter module" +HOMEPAGE="http://pmw.sourceforge.net/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="py3" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="doc examples test" + +DEPEND="!dev-python/pmw:0" +RDEPEND="${DEPEND}" +# https://sourceforge.net/p/pmw/bugs/39/ +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +python_prepare() { + distutils-r1_python_prepare + 2to3 Pmw +} + +python_test() { + VIRTUALX_COMMAND="${PYTHON}" + cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die + cp tests/{flagup.bmp,earthris.gif} . || die + for test in tests/*_test.py; do + echo "running test "$test + PYTHONPATH=tests:../../ virtualmake $test || die + done +} + +python_install_all() { + local DIR="Pmw/Pmw_${PV//./_}" + + use doc && HTML_DOCS=( "${DIR}"/doc/. ) + use examples && EXAMPLES=( "${DIR}"/demos/. ) + + distutils-r1_python_install_all +} |