diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/xdis | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/xdis')
-rw-r--r-- | dev-python/xdis/Manifest | 6 | ||||
-rw-r--r-- | dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch | 33 | ||||
-rw-r--r-- | dev-python/xdis/metadata.xml | 22 | ||||
-rw-r--r-- | dev-python/xdis/xdis-3.3.1.ebuild | 42 | ||||
-rw-r--r-- | dev-python/xdis/xdis-3.6.0.ebuild | 44 |
5 files changed, 0 insertions, 147 deletions
diff --git a/dev-python/xdis/Manifest b/dev-python/xdis/Manifest deleted file mode 100644 index a7cf84211d44..000000000000 --- a/dev-python/xdis/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX xdis-3.3.0-remove-pytest-runner-dep.patch 1093 BLAKE2B 98e3ed5a7b688b1ee2e12cff5a6214a79b184cdfd16a0725983b26d09ab330ab789fc97260a159830de548e36220339a69daaa70bbb7787250aa5fd6c0256eb8 SHA512 4eb02e8fed567903b1d4a51ab65f374008b0e939c0e192311974bb07b4fbfb877f8004580d67d7d1f3dd0bb27319bf17ecd289ede7e4420486c9998fbbef3464 -DIST xdis-3.3.1.tar.gz 154152 BLAKE2B e0997fb8bbc66cc3f019ee6855cbf9ae9f594698c989a0a1b9d0b08f03bb3fbf0ad44ca0292202674c8a8a8d92ce5d6e669dd01194567766262ce44bb154d631 SHA512 93b1a092ae7790e84dfd8dc4128659d48be85c4e00d9914bbd748fad5ec4246bbfc6c19a5c5de366f4bd6d91847dad4ce3c1c3affe8f7608652f2f6e343650e1 -DIST xdis-3.6.0.tar.gz 144766 BLAKE2B e9a33443d42ff71194180f0bb20423783107d4b1e3d6c364b824011d916041500048345cac4853d1ebb6363edf8df542b0363650bba42e187986f50c9696051f SHA512 8b45ccd6976204004f27ee5b1a9da9b29ec0e28f4b462d862be5a1238d3ebd4a5d6f3df5607f3e2f037d80b2d3ae77ec4246ab1aa0671466c1e07e3a65453f3b -EBUILD xdis-3.3.1.ebuild 1130 BLAKE2B 524a527eca477124fd609d38e8e6f56a59860c6d823d122fda301835798035e070c001204bd63cc5ad2606af610cac65753fced11011d7118d05ac27378daaa4 SHA512 d88a647e95cf82661b0249221e44fc805a0f9928992c87e65fb5ab1b017f0ae2c04b798a22b8538c21aecb515ff8fc6c3defc63d0d1898c5a5f459c8a2d25f2c -EBUILD xdis-3.6.0.ebuild 1194 BLAKE2B 4952d755bd3713f8d230e159f78c915041925afd871db38f59902113427425c3c6f2fe9281cd3964bb5eda414127ffa26220666d6fd3416fc99c32d63e7466d1 SHA512 95e34018f9364ea3edf475d6308e53342b45c059b7e2565b002a8ca433a47075e25574c3b9440c1c87eb9b340ffd7a8d7ce45f498f25acf8cfcda9c3b3a789bf -MISC metadata.xml 797 BLAKE2B b9b241f31c0a58195f0697c593da5e0cd68bbc753359fa2dca7b9d4171a9e5a3d6ac0dc6fab00ac585f282512d7c1b441b76f60b21a04dc7fad49a4f9490b405 SHA512 79ab1e93e4dd6c417a86f33dab9839a9f7bffbe94c1f1bb463f60b24daf7463f122e3f255a640cc73834bd33aa003176fe839e0498069033601c0b7e5d1c1cdd diff --git a/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch b/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch deleted file mode 100644 index a412e515b813..000000000000 --- a/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch +++ /dev/null @@ -1,33 +0,0 @@ -From aabea1b295308b227bbaf4acd36f058121984791 Mon Sep 17 00:00:00 2001 -From: Brian Dolbec <dolsen@gentoo.org> -Date: Tue, 28 Mar 2017 11:20:00 -0700 -Subject: [PATCH] remove-pytest-runner dep - ---- - setup.py | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/setup.py b/setup.py -index 138b769..5941951 100755 ---- a/setup.py -+++ b/setup.py -@@ -5,7 +5,7 @@ - from __pkginfo__ import \ - author, author_email, \ - license, long_description, classifiers, \ -- modname, py_modules, setup_requires, \ -+ modname, py_modules, \ - scripts, short_desc, tests_require, \ - VERSION, web, zip_safe - -@@ -20,7 +20,6 @@ setup( - name = modname, - packages = find_packages(), - py_modules = py_modules, -- setup_requires = setup_requires, - scripts = scripts, - tests_require = tests_require, - url = web, --- -2.12.1 - diff --git a/dev-python/xdis/metadata.xml b/dev-python/xdis/metadata.xml deleted file mode 100644 index 02f9b35795a8..000000000000 --- a/dev-python/xdis/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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> - <maintainer> - <email>rb@dustyfeet.com</email> - <name>Rocky Bernstein</name> - </maintainer> - <remote-id type="pypi">xdis</remote-id> - <remote-id type="github">rocky/python-xdis</remote-id> - </upstream> - <longdescription>This Python module allows you to disassemble bytecode from - different versions of Python than you are running on. It can marshal - load Python bytecodes from different versions of Python. The - command-line routine pydisasm will show disassembly output using Python - 3.5 disassembly conventions - </longdescription> -</pkgmetadata> diff --git a/dev-python/xdis/xdis-3.3.1.ebuild b/dev-python/xdis/xdis-3.3.1.ebuild deleted file mode 100644 index bd3f3c0554f2..000000000000 --- a/dev-python/xdis/xdis-3.3.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6) - -inherit distutils-r1 - -DESCRIPTION="Python cross-version byte-code disassembler and marshal routines" -HOMEPAGE="https://github.com/rocky/python-xdis/ https://pypi.org/project/xdis/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/nose-1.0[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/xdis-3.3.0-remove-pytest-runner-dep.patch" -) - -python_test() { - # Need to rm any pyc files to prevent test failures. - rm -R "${S}"/test/__pycache__ - PYTHONPATH="${S}/test:${S}/test_unit:${BUILD_DIR}/lib" \ - py.test -v || die "Tests failed under ${EPYTHON}" - cd test - PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \ - ${EPYTHON} test_pyenvlib.py --verify --simple --compile || die \ - "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/xdis/xdis-3.6.0.ebuild b/dev-python/xdis/xdis-3.6.0.ebuild deleted file mode 100644 index 2e7b6918205f..000000000000 --- a/dev-python/xdis/xdis-3.6.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6) - -inherit distutils-r1 - -DESCRIPTION="Python cross-version byte-code disassembler and marshal routines" -HOMEPAGE="https://github.com/rocky/python-xdis/ https://pypi.org/project/xdis/" -# bad pypi source tarball - test failures -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -SRC_URI="https://github.com/rocky/python-xdis/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/nose-1.0[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/xdis-3.3.0-remove-pytest-runner-dep.patch" -) - -S="${WORKDIR}/python-xdis-release-${PV}" - -python_test() { - # Need to rm any pyc files to prevent test failures. - rm -R "${S}"/test/__pycache__ - PYTHONPATH="${S}/test:${S}/test_unit:${BUILD_DIR}/lib" \ - esetup.py test || die "Tests failed under ${EPYTHON}" -} |