From a8b0d35ab742f31538d515dea39716e566d533c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Jan 2018 23:13:57 +0000 Subject: gentoo resync : 06.01.2018 --- dev-python/pyramid/Manifest | 4 --- dev-python/pyramid/pyramid-1.5.1.ebuild | 45 ------------------------------ dev-python/pyramid/pyramid-1.5.7-r1.ebuild | 38 ------------------------- 3 files changed, 87 deletions(-) delete mode 100644 dev-python/pyramid/pyramid-1.5.1.ebuild delete mode 100644 dev-python/pyramid/pyramid-1.5.7-r1.ebuild (limited to 'dev-python/pyramid') diff --git a/dev-python/pyramid/Manifest b/dev-python/pyramid/Manifest index 771481cd4802..15c71892b900 100644 --- a/dev-python/pyramid/Manifest +++ b/dev-python/pyramid/Manifest @@ -1,7 +1,3 @@ -DIST pyramid-1.5.1.tar.gz 2401767 BLAKE2B 046a57d5b8f572db46edbd8f7f80cbeab2eca860484a18cf23ccb26247c2ac470e113ad14a8ff872186e8f8bf25aa106014ed8c5520dbdac4a80eafb005d5212 SHA512 70b04111020d0f02ef21c52c44d7b6a5e78d198daee0068921df048bcae8b07567aee05d57f1a9e7329ef418116a0f7682aee30c6f785a4d1ec847e2519e7cc5 -DIST pyramid-1.5.7.tar.gz 2678474 BLAKE2B 0ea6a7fecec551520772e0df3619fe7f212d0c2ed969366569ff4eb28079f3ae554ecceb791d89ae893ddb7b718403768f1636aee63fd1849da38aa83c32eea9 SHA512 32b0d4b85bf0f471b7c08ac7353f2859284ee7bb2451b68429074fb5f954e0e02d7bc4bdd86f843d6a5304b56a418e698d614806bbfd09dda9a608db88c25949 DIST pyramid-1.5.8.tar.gz 2546802 BLAKE2B 71e19b01a5ebdd671ee12c9c71b5dc557b12db76db94ad238e9695e93cd3ecd53c83fbc6c143d298601ff328d353dea8c6eb557dd1edff80f02941cf75f19f19 SHA512 725f472245c03a50463d9e8946dbc71063ef46d58df8a41804d1c68bb0abe796f7fcd36f7c1708f8597a980f8cb308fbeec0bbad3f82c0e7d3eb449f6719fe16 -EBUILD pyramid-1.5.1.ebuild 1198 BLAKE2B a52c10927019c85e2ac596b6ced9b5ddc3f9084b5519274dc008772615cc0b418f50c572c29aeee746310cacf01feb2fa3a86bc207469841cdc50e9dab94976f SHA512 a8e698df325925c01dad7cec9189bf395627d1e4fb4f7a0515550ed0380a5a5348dfb764afd533e0c3816a4fd98583169af6eb27dae0e9fc486a2758aeed4182 -EBUILD pyramid-1.5.7-r1.ebuild 1042 BLAKE2B 425b8cb2392457950e301ee80bf9d02af95d3cdba5daa11c40ce09c051fd31ae3879a6ffe565b82001218ea876acfef674681ac0ae88a5cfcf0682323defd6fd SHA512 609072e5b327c417d5c69aeda490fb3a8437b2a39c21ff66ec1c141d9a930fe836ea527841d8ce7417a02d38c426a9d1e0b4b2ae210b522b3eea7673d0db9911 EBUILD pyramid-1.5.8.ebuild 1046 BLAKE2B 462a94fb82a10ff34a47b554615807405d49df9b6dcffa15ed7299eda629c9a15f0713884992db92a0a92ddcbd717871b17d69712dafd97f8a883114bd0a1c21 SHA512 b347754ff8a10225d99dcd6fb84f3ac70f2c4daf8bbdf922b6ac532bb06e50e2c21d3e88f5a8547e3583c3212aeedadf8c59779064d0300fc364d61622694035 MISC metadata.xml 310 BLAKE2B 3aa6752ead8500689845fdb8e82f2ebe8857552fe7bbeabec5546be4aa12447b91c00dceeff7e204b7a1e2f3748af73c0b18e576c1b8b62239dba6d7e33b557d SHA512 c883e84e3f88d74df21905d73b27c0eca217419610ae128081b368073ec27717405741ab8b57bdda953a273cfcc9412505e01947829c17b3440b83b4f2beaa47 diff --git a/dev-python/pyramid/pyramid-1.5.1.ebuild b/dev-python/pyramid/pyramid-1.5.1.ebuild deleted file mode 100644 index 183fe915b6fe..000000000000 --- a/dev-python/pyramid/pyramid-1.5.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -RESTRICT="test" # Can't package dependencies - -DESCRIPTION="A small open source Python web framework" -HOMEPAGE="http://www.pylonsproject.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -#IUSE="test" -# tests would pull in dev-python/zope-deprecation with its deps - not a good idea - -RDEPEND=" - dev-python/chameleon[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/webob[${PYTHON_USEDEP}] - dev-python/repoze-lru[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - dev-python/translationstring[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/venusian[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - " - #test? ( dev-python/webtest[${PYTHON_USEDEP}] - # dev-python/nose[${PYTHON_USEDEP}] - # dev-python/coverage[${PYTHON_USEDEP}] - # dev-python/virtualenv[${PYTHON_USEDEP}] - # ) - #" - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pyramid/pyramid-1.5.7-r1.ebuild b/dev-python/pyramid/pyramid-1.5.7-r1.ebuild deleted file mode 100644 index 99de90acd49b..000000000000 --- a/dev-python/pyramid/pyramid-1.5.7-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A small open source Python web framework" -HOMEPAGE="http://www.pylonsproject.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/chameleon[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/webob[${PYTHON_USEDEP}] - dev-python/repoze-lru[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/zope-deprecation[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - dev-python/translationstring[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/venusian[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/webtest[${PYTHON_USEDEP}] - $(python_gen_cond_dep \ - 'dev-python/zope-component[${PYTHON_USEDEP}]' \ - 'python2*' pypy) - )" - -python_test() { - esetup.py test -} -- cgit v1.2.3