mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-nose: remove package
This package is long dead and will not build with Python 3.13.
This commit is contained in:
parent
e6bef941b8
commit
56666be974
3 changed files with 1 additions and 40 deletions
|
@ -1,18 +0,0 @@
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -30,7 +30,6 @@ try:
|
|
||||||
entry_points = {
|
|
||||||
'console_scripts': [
|
|
||||||
'nosetests = nose:run_exit',
|
|
||||||
- 'nosetests%s = nose:run_exit' % py_vers_tag,
|
|
||||||
],
|
|
||||||
'distutils.commands': [
|
|
||||||
' nosetests = nose.commands:nosetests',
|
|
||||||
@@ -106,7 +105,6 @@ setup(
|
|
||||||
license = 'GNU LGPL',
|
|
||||||
keywords = 'test unittest doctest automatic discovery',
|
|
||||||
url = 'http://readthedocs.org/docs/nose/',
|
|
||||||
- data_files = [('man/man1', ['nosetests.1'])],
|
|
||||||
package_data = {'': ['*.txt',
|
|
||||||
'examples/*.py',
|
|
||||||
'examples/*/*.py']},
|
|
|
@ -1,22 +0,0 @@
|
||||||
# Template file for 'python3-nose'
|
|
||||||
pkgname=python3-nose
|
|
||||||
version=1.3.7
|
|
||||||
revision=10
|
|
||||||
build_style=python3-module
|
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="python3-setuptools"
|
|
||||||
short_desc="Nicer testing for Python3"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="LGPL-2.1-or-later"
|
|
||||||
homepage="https://github.com/nose-devs/nose"
|
|
||||||
changelog="https://raw.githubusercontent.com/nose-devs/nose/master/CHANGELOG"
|
|
||||||
distfiles="${PYPI_SITE}/n/nose/nose-${version}.tar.gz"
|
|
||||||
checksum=f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
|
|
||||||
conflicts="python-nose>=0"
|
|
||||||
# Tests don't work and this package is no longer maintained, just skip them
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# Convert py2 syntax to py3 since setuptools no longer does it
|
|
||||||
2to3-${py3_ver} -w bin nose unit_tests functional_tests
|
|
||||||
}
|
|
|
@ -728,6 +728,7 @@ replaces="
|
||||||
python3-jsonrpc-server<=0.4.0_2
|
python3-jsonrpc-server<=0.4.0_2
|
||||||
python3-keepalive<=0.5_6
|
python3-keepalive<=0.5_6
|
||||||
python3-lockfile<=0.12.2_7
|
python3-lockfile<=0.12.2_7
|
||||||
|
python3-nose<=1.3.7_10
|
||||||
python3-nose-random<=1.0.0_6
|
python3-nose-random<=1.0.0_6
|
||||||
python3-pgpdump<=1.5_10
|
python3-pgpdump<=1.5_10
|
||||||
python3-pyPEG2<=2.15.2_7
|
python3-pyPEG2<=2.15.2_7
|
||||||
|
|
Loading…
Add table
Reference in a new issue