diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/astroid/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/astroid/astroid-2.12.0.ebuild | 59 | ||||
| -rw-r--r-- | dev-python/astroid/astroid-2.12.1.ebuild | 59 | ||||
| -rw-r--r-- | dev-python/tasklib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tasklib/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/tasklib/tasklib-2.4.3.ebuild | 27 |
6 files changed, 38 insertions, 120 deletions
diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest index 6115006b23ce..d5a28800040d 100644 --- a/dev-python/astroid/Manifest +++ b/dev-python/astroid/Manifest @@ -1,4 +1,2 @@ DIST astroid-2.11.6.gh.tar.gz 414842 BLAKE2B 3300037aad912be25d99cc20576f472b907c064c2cb434d9a40a9014df44749760cd8921411f3abdf8e08bd08e612cf6aec13d73ca38ec8ac31cd1ed007282bb SHA512 2276385d74d9bbfd0d99c786d2598105161b2c71c96ca73183b6e2672f8b61c31667c337a1d3967956ef5fdbb54392d604a84da5ac456354d04fb4ad37b11f61 -DIST astroid-2.12.0.gh.tar.gz 429498 BLAKE2B 4daf36a96c1f47446558ef223210becd78db1ee8dc76247f9e8d4c16622f777cd9f5d70ed863de9f893b9427b479057f72f24c4c8c7b1468c566eda85ee829b0 SHA512 3a5a104a98268f61bf852f7565ef7a4f3d6ded4e8cfa0a6d5dea08e045d3fc0067633618311d82fc2f330e56ffd11d02a81c2493222eeffadf2d333b24b5aa58 -DIST astroid-2.12.1.gh.tar.gz 429733 BLAKE2B fe55fb38ed5bdaa70371425f8e7bf11d52d0cbb70cc94d568614f507bf716b66d7c54e98ddca6b2508384234b330ef880c4847826d9e0907bf724e1a06aaeefd SHA512 586c094b577f1d06c5cfe90b54a220ca331657a2c5f9daf3fadc26795a631b8edfdafbd4ac7988aa3fbdc4527ca0ea3392cd38fe15c9444f5471d9bee4bf90d4 DIST astroid-2.12.2.gh.tar.gz 430857 BLAKE2B 8b34366368718cd4329298bdff3b761cab59b6bf8b856660912ef44bf1766136573145630b5193481454a4bf897ae950c5b6f7bb3611d3d343dc4f3adb2e5906 SHA512 3ba484bbd98b196b4241fb8bb9405b48a1e6aafaf318a67fc9264c8c1679f9d6b6788b8139077b60c751b0a26732b905196b3bb48671da2aa15e1c323bf396d6 diff --git a/dev-python/astroid/astroid-2.12.0.ebuild b/dev-python/astroid/astroid-2.12.0.ebuild deleted file mode 100644 index 81e7299ce984..000000000000 --- a/dev-python/astroid/astroid-2.12.0.ebuild +++ /dev/null @@ -1,59 +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_{7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Abstract Syntax Tree for logilab packages" -HOMEPAGE=" - https://github.com/PyCQA/astroid/ - https://pypi.org/project/astroid/" -SRC_URI=" - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -# Version specified in pyproject.toml -RDEPEND=" - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}] - <dev-python/wrapt-2[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - local EPYTEST_DESELECT=( - # no clue why it's broken - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part - tests/unittest_brain_dataclasses.py::test_pydantic_field - tests/unittest_brain.py::SixBrainTest::test_from_imports - tests/unittest_regrtest.py::NonRegressionTests::test_numpy_distutils - # some problem with warnings (our options?) - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args - tests/unittest_scoped_nodes.py::test_deprecation_of_doc_attribute - ) - - # Faker causes sys.path_importer_cache keys to be overwritten - # with PosixPaths - epytest -p no:faker -} diff --git a/dev-python/astroid/astroid-2.12.1.ebuild b/dev-python/astroid/astroid-2.12.1.ebuild deleted file mode 100644 index cd9a4873f0ea..000000000000 --- a/dev-python/astroid/astroid-2.12.1.ebuild +++ /dev/null @@ -1,59 +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_{7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Abstract Syntax Tree for logilab packages" -HOMEPAGE=" - https://github.com/PyCQA/astroid/ - https://pypi.org/project/astroid/" -SRC_URI=" - https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -# Version specified in pyproject.toml -RDEPEND=" - >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}] - <dev-python/wrapt-2[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - local EPYTEST_DESELECT=( - # no clue why it's broken - tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part - tests/unittest_brain_dataclasses.py::test_pydantic_field - tests/unittest_brain.py::SixBrainTest::test_from_imports - tests/unittest_regrtest.py::NonRegressionTests::test_numpy_distutils - # some problem with warnings (our options?) - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg - tests/unittest_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args - tests/unittest_scoped_nodes.py::test_deprecation_of_doc_attribute - ) - - # Faker causes sys.path_importer_cache keys to be overwritten - # with PosixPaths - epytest -p no:faker -} diff --git a/dev-python/tasklib/Manifest b/dev-python/tasklib/Manifest new file mode 100644 index 000000000000..60d073695073 --- /dev/null +++ b/dev-python/tasklib/Manifest @@ -0,0 +1 @@ +DIST tasklib-2.4.3.gh.tar.gz 32904 BLAKE2B 76150f47942db54b92b522922aa0a668829c4f01d488f2eb33d18fef015a01c1fb72372efb4f5f8fedcb384163eb977d2bd45750c00320e2ff50db4bcae6d2ca SHA512 438211da96dcb5a80115b0375f6a425f4629de3e49379bb9d98f9e10342c66d2bb35b92cbd794d1fe78741fc58d89a5edc16b10ab7eb22275c9f9f0a4a87e295 diff --git a/dev-python/tasklib/metadata.xml b/dev-python/tasklib/metadata.xml new file mode 100644 index 000000000000..24ccbb8a7ce2 --- /dev/null +++ b/dev-python/tasklib/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>thomas@binaryden.de</email> + <name>Thomas Kemmer</name> + </maintainer> + + <origin>binaryden-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/tasklib/tasklib-2.4.3.ebuild b/dev-python/tasklib/tasklib-2.4.3.ebuild new file mode 100644 index 000000000000..7f7c84a94866 --- /dev/null +++ b/dev-python/tasklib/tasklib-2.4.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="A Python library for interacting with taskwarrior databases" +HOMEPAGE="https://github.com/GothenburgBitFactory/tasklib" +SRC_URI=" + https://github.com/GothenburgBitFactory/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-misc/task +" + +distutils_enable_sphinx docs --no-autodoc +distutils_enable_tests setup.py |
