Drop old PasteScript ebuilds
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
AUX pastescript-setup.py-exclude-tests.patch 656 BLAKE2B 4570f85c9476528e19d548a3760fcf1ddb9d4f6cdc61ec7f6336d03ebaf92be0dae849bad044d7307a68be76a1b635a1764394fc7b409b4c5f9dfbdde83cd803 SHA512 231018ef54e937721efb84da42c238afc3903614c030d9966e05512e0a93a1717b8b20d668ab0ebea1c70202ade8d83de41edb85d2ae4665e0100abf1f75d963
|
||||
DIST PasteScript-2.0.2.tar.gz 117521 BLAKE2B 2de72050ee7f5b7037b99f9661b5445e523607afc84a8846f0e5d9e89196e302627f552825ce0e4f821b7ed9ed2713c87d7b504a4e2abf092f1e8fa014c40c4b SHA512 2f093eb982972fed354219c75c2e008931cea553960cea8aaafbe57cde8556de5626e7eb9bb3b9b7328bad3b7d9899f11fc9773a65380396dae506e7531516de
|
||||
DIST pastescript-3.7.0.tar.gz 98747 BLAKE2B 8215e4d89e73713d2f050f3ba23a875db5fe111452aa304ad1c7d975c7fa875a0ebf481734eba732573f7fed3500e55f7f2df0bffdd714e7da72829a892223e5 SHA512 d65067ae71a0b7fbc2bfbdcffd3c56b368e979093ccbdea392a57cf495f9c1b8bc773a0ae40b116fdf1094b7fe3c550b65857dd1e01440d6d35d2ff5a87d7a53
|
||||
EBUILD pastescript-2.0.2-r1.ebuild 1081 BLAKE2B 3affa95221d108d064b2d9449cb1e4ee6cf7a13b350664b4e8872ec4fe0efcdc46d0ac73c6e7ecfd1a9bbc58dbb28dbb8bad9515197004beb66661fb44e2b5e4 SHA512 3e65130c2b47078be1755ec2defc346ad98bb45aa52037a53edc4fa9821e46f5c08df6e2557ab18d5be8be62acfceb0aa98961b518fa9d33fec1c47007ba3c6c
|
||||
EBUILD pastescript-2.0.2.ebuild 1213 BLAKE2B 3814cdf040a6eeb7aaabda02f28d16052584a6ea548be5fb95501bd44cde581588c6d3114ff5b298f487b2f67af2673e7030180a1ed2f9a68fe1c4f097b7e29d SHA512 d5dc1c8b7dfdb6be673d3d57b6d8532d346f70d2e1d2324453ba72572cc71b105eb59955241c66c0bd5eafdb3faf2035b007f94feb4000c97e1771f5f2c0a263
|
||||
EBUILD pastescript-3.7.0.ebuild 931 BLAKE2B 5fed373565b0aba8e6f7054fd2bff52fb19ae474d97df6b7eba20fdebfc0be1c6a2fc63408bcf3969bd2233e4d49435721924672d17829feff3164b4e5751c5b SHA512 6a943f15e9f1b82c35bfe65cef4b65e05d3e51cb0435db10b9964524bdb17ca3e8b8f840d1defea06b6a8a9d969294992bfeeaf5b4d55f7f7299097dbaa02035
|
||||
MISC ChangeLog 256 BLAKE2B e187fdda5ee06db51c3a9f123e38586deb29f152b0834c5d32f87345fafc4a0343d42f30c61d76310383a0a82524f1dcb560ef5b4482b8aaa902a04e7ebebb62 SHA512 df564905763b18c60a920017f09c7f98690001e4650179c0de0e8e3e1cebb29d4d2b72e0cb2b37ce5a1fba2d121c1692da27c4375c1e694e5b5459a7cc348ccd
|
||||
MISC metadata.xml 500 BLAKE2B 13863e6d4fe8ede37e8a4ee6302ac88a90c32ad0be40f4babec0c443bddedd296154c2b2c9596e0f04efaded26b91ace38958e4b39086dfd5e0054fe7763248e SHA512 c796426e18c3181eb91a28e7b6b9e5255036bf502692508f62f1c9e6895838b895b934d1bea7b9c942dfdc915fa85883fcdcd57d3cf07ffbdd4c412c64c199b1
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# HG changeset patch
|
||||
# User Mike Gilbert <floppym@gentoo.org>
|
||||
# Date 1353179174 18000
|
||||
# Node ID 814fbc493e7a9999086127f64c2406ecb1794990
|
||||
# Parent 510ff7d7627750eb0dbbc0d36fa63c72ffa6b303
|
||||
Exclude subpackages of tests.
|
||||
diff --git a/setup.py b/setup.py
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -61,7 +61,7 @@
|
||||
url="http://pythonpaste.org/script/",
|
||||
namespace_packages=['paste'],
|
||||
license='MIT',
|
||||
- packages=find_packages(exclude='tests'),
|
||||
+ packages=find_packages(exclude=['tests','tests.*']),
|
||||
package_data={
|
||||
'paste.script': ['paster-templates/basic_package/setup.*',
|
||||
'paster-templates/basic_package/tests/*.py',
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..14} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="PasteScript"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
DESCRIPTION="A pluggable command-line frontend, to setup package file layouts"
|
||||
HOMEPAGE="http://pythonpaste.org/script/ https://pypi.python.org/pypi/PasteScript"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/paste-1.3[${PYTHON_USEDEP}]
|
||||
dev-python/pastedeploy[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? (
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Tests are broken.
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/sphinx_rtd_theme
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile
|
||||
find "${BUILD_DIR}" -name '*.pth' -delete || die
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..14} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="PasteScript"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
DESCRIPTION="A pluggable command-line frontend, to setup package file layouts"
|
||||
HOMEPAGE="http://pythonpaste.org/script/ https://pypi.python.org/pypi/PasteScript"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/paste-1.3[${PYTHON_USEDEP}]
|
||||
dev-python/pastedeploy[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? (
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
# Tests are broken.
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
esetup.py build_sphinx
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests -v -v || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
if use doc; then
|
||||
cd "${BUILD_DIR}"/sphinx/html || die
|
||||
dohtml -r [a-z]* _static
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user