mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/nevow: Clean old versions up
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
DIST Nevow-0.11.1.tar.gz 563061 SHA256 89d7f6943cf81ccef8dde4016caa1cba977b9366e7aa0660b54239828b421efc SHA512 a7e52fbf6915498e77a41fb100d4c688fcd0567deb56ec946adf1b1712bcfbec7b7a55c551e414606218146772d5274973af7851a78878635e900a4df5193a53 WHIRLPOOL a82ca1334abf201ef9fcf22e579be778e819c488df8c9f774bef7f13041aa996f630408f4a8428e74b2e79df1904dbdf2f858fb79526a9417c1872da95a24963
|
||||
DIST Nevow-0.12.0.tar.gz 564213 SHA256 ba044912c8ae532680f70ee3b538a5aef7a4e78c6e5ab247121de0b01b6fc369 SHA512 6dbd46b41e8381e71d2ee766d069c4a49bb307c37539ff31a0d83d4f9ca3bcb05fd74f32df45d052d5c9c9628fa3bddaaa41d03fa7a50db4f4dc0b8e20cf5287 WHIRLPOOL 34f75eb35c20e1fcc05b2b345e5b2b205d3ff004a030a3719bd81b99ed8e0e7ce26a902cccd950d72a9954e412c6c7ee97d0a5b9311131efbed09928d33b65c9
|
||||
DIST Nevow-0.13.0.tar.gz 528151 SHA256 dba53cd2cfce327c7a06e6a6f7ae8c5ca1fccdadc17754d05e3d0eec58597f83 SHA512 80b2709280523ed6ff39b243d503fae6f078baa836d7009875e487a1e3197d989b2f5cc08c8ed3b5a7dc5e0b69f8bb5e5e5e351de90103f7009efda7ef6b0896 WHIRLPOOL 57c2fde3dda983d2b869e2c0a71f37404a1872d7aae7cfc6b03fab1817a40a4a301adde8034421dd20450abafb9ac26775936eec324fc9a209dc1d023a8b48d2
|
||||
DIST Nevow-0.14.0.tar.gz 528137 SHA256 c3c1fa1e978d2a55f9ad7bbe6a052759886e713a93d7baf8280d2837dfef2672 SHA512 89c258b09481143ef4030dd3f34a734deaf90332a63bc338ddc64bb61875dd4e1d6eab3b4f50724ab2e2a2011475e23f939f96af659578a406a6f9900438af7b WHIRLPOOL fec676155106a80f3a86a990a0e449c01aa947304aee8d92cd68548cd7cb4d259ee557296ba79c66477aacd4aefa2e97b20ab43eef84687f935bbdc0ed342c69
|
||||
DIST Nevow-0.14.2.tar.gz 528266 SHA256 7ef8e6147a65a17ef85ef1c017b20126cfb58bdb2ddb730e73fb15a93d205073 SHA512 6b21e4471fbbe76bf2a64975ed2a04413d059d9a50ca89247d48db9436a9a5e747aa373921310f4a53120466d8033377f85cbea3af14a50b1297d85391d6474a WHIRLPOOL 702ada72de94ad17fa2e0a0251c05c83054e44c6696bfde70bdfa6128752bc605c4fcb342503ff384aab24017cca78363d6e5dca193d8ad80563cb66c44ec6e6
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit twisted-r1
|
||||
|
||||
DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit"
|
||||
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow"
|
||||
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-web[${PYTHON_USEDEP}]
|
||||
dev-python/zope-interface[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
TWISTED_PLUGINS=( nevow.plugins )
|
||||
|
||||
FAILING_TESTS=(
|
||||
nevow/test/test_url.py
|
||||
nevow/test/test_loaders.py
|
||||
nevow/test/test_appserver.py
|
||||
formless/test/test_freeform.py
|
||||
)
|
||||
|
||||
python_test() {
|
||||
# See bug 355237
|
||||
rm -v ${FAILING_TESTS[@]} || die "can't remove failing tests"
|
||||
trial formless nevow || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
# TODO: prevent installing it
|
||||
rm -r "${D}"/usr/doc || die
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit twisted-r1
|
||||
|
||||
DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit"
|
||||
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow"
|
||||
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-web[${PYTHON_USEDEP}]
|
||||
dev-python/zope-interface[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
TWISTED_PLUGINS=( nevow.plugins )
|
||||
|
||||
FAILING_TESTS=(
|
||||
nevow/test/test_url.py
|
||||
nevow/test/test_loaders.py
|
||||
nevow/test/test_appserver.py
|
||||
formless/test/test_freeform.py
|
||||
)
|
||||
|
||||
python_test() {
|
||||
# See bug 355237
|
||||
rm -v ${FAILING_TESTS[@]} || die "can't remove failing tests"
|
||||
trial formless nevow || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
# TODO: prevent installing it
|
||||
rm -r "${D}"/usr/doc || die
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit twisted-r1
|
||||
|
||||
DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit"
|
||||
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow"
|
||||
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-web[${PYTHON_USEDEP}]
|
||||
dev-python/zope-interface[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
TWISTED_PLUGINS=( nevow.plugins )
|
||||
|
||||
FAILING_TESTS=(
|
||||
nevow/test/test_url.py
|
||||
nevow/test/test_loaders.py
|
||||
nevow/test/test_appserver.py
|
||||
formless/test/test_freeform.py
|
||||
)
|
||||
|
||||
python_test() {
|
||||
# See bug 355237
|
||||
rm -v ${FAILING_TESTS[@]} || die "can't remove failing tests"
|
||||
trial formless nevow || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
# TODO: prevent installing it
|
||||
rm -r "${D}"/usr/doc || die
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit twisted-r1
|
||||
|
||||
DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit"
|
||||
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/Nevow"
|
||||
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-web[${PYTHON_USEDEP}]
|
||||
dev-python/zope-interface[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
TWISTED_PLUGINS=( nevow.plugins )
|
||||
|
||||
FAILING_TESTS=(
|
||||
nevow/test/test_url.py
|
||||
nevow/test/test_loaders.py
|
||||
nevow/test/test_appserver.py
|
||||
formless/test/test_freeform.py
|
||||
)
|
||||
|
||||
python_test() {
|
||||
# See bug 355237
|
||||
rm -v ${FAILING_TESTS[@]} || die "can't remove failing tests"
|
||||
trial formless nevow || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
# TODO: prevent installing it
|
||||
rm -r "${D}"/usr/doc || die
|
||||
}
|
||||
Reference in New Issue
Block a user