diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-12-11 01:43:13 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-12-11 01:43:13 +0000 |
| commit | fac925e9c22801833955595ba10447724627c5bd (patch) | |
| tree | 72cbb1160271e59b21f262f4c16a465b80bd0b16 /dev-python/guessit | |
| parent | ba3a0f3f2ed8a9fd8bfed893776c504a3d2bb868 (diff) | |
| download | baldeagleos-repo-fac925e9c22801833955595ba10447724627c5bd.tar.gz baldeagleos-repo-fac925e9c22801833955595ba10447724627c5bd.tar.xz baldeagleos-repo-fac925e9c22801833955595ba10447724627c5bd.zip | |
Adding metadata
Diffstat (limited to 'dev-python/guessit')
| -rw-r--r-- | dev-python/guessit/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/guessit/guessit-3.3.1.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/guessit/guessit-3.4.1.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/guessit/guessit-3.4.2.ebuild | 7 |
4 files changed, 6 insertions, 75 deletions
diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest index 93ab47798f82..b787fea3667c 100644 --- a/dev-python/guessit/Manifest +++ b/dev-python/guessit/Manifest @@ -1,3 +1 @@ -DIST guessit-3.3.1.tar.gz 156178 BLAKE2B 190b61eb98c4945eb2e14bbc3387a2eabff4e0f2fccf42f3b957d2b081d83d96333f3931837ad77d6b09c12aaa174eb8adf993d62ab9de7b74d8f0c55282a77c SHA512 42c87525ea2d9c808e30b50db674862f5362f26b95ba5e6bc163df03a261d9b24daf4b4d525677d3e6d53e8e7f637c3d9e0ba3f25f4397e0658b618f50a3248b -DIST guessit-3.4.1.tar.gz 165594 BLAKE2B a05b272efd3304dc7f9e1ae6bc6595e5dc43a1cb68d96cebcd2817deced508cc24771235bcfb4dd9aec7aa41857cde138fed110e3b921aca7dc8cc15f750ba0e SHA512 2e42f93d4302f9586015bac9b11ebf0fd819305e02b869b6f398f494c0a979fd7d6857f9e036656d419c937e3f723a80cf0211ae1068edbfa3c7f9e1fdce182c DIST guessit-3.4.2.tar.gz 165996 BLAKE2B ccad7018ed54a49397ff008555650bb322f6884ece0608a26af89ec58d82e81125ca806b18a9936b578626a0b47f8b4fae3a3b9299cfebd67c29e88e05cc7785 SHA512 e969ed2d89e3b0eb1f70db3d8fe5258c39f4c9f86dfb7f943c2fc2c4d8f85580487921b7ee37e486bf1f8dfc067b3a2a75a54a2e72519b9687aae48ba7631c6e diff --git a/dev-python/guessit/guessit-3.3.1.ebuild b/dev-python/guessit/guessit-3.3.1.ebuild deleted file mode 100644 index 2479ee8084ce..000000000000 --- a/dev-python/guessit/guessit-3.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Python library for guessing information from video filenames" -HOMEPAGE="https://github.com/guessit-io/guessit - https://pypi.org/project/guessit/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -RDEPEND=" - >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}] - >=dev-python/rebulk-3[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Disable benchmarks as they require unavailable pytest-benchmark. - rm guessit/test/test_benchmark.py || die - sed -i -e "s|'pytest-benchmark',||g" setup.py || die - - # Disable unconditional dependency on dev-python/pytest-runner. - sed -i -e "s|'pytest-runner'||g" setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/guessit/guessit-3.4.1.ebuild b/dev-python/guessit/guessit-3.4.1.ebuild deleted file mode 100644 index d67816691858..000000000000 --- a/dev-python/guessit/guessit-3.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Python library for guessing information from video filenames" -HOMEPAGE="https://github.com/guessit-io/guessit - https://pypi.org/project/guessit/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND=" - >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}] - >=dev-python/rebulk-3[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Disable benchmarks as they require unavailable pytest-benchmark. - rm guessit/test/test_benchmark.py || die - sed -i -e "s|'pytest-benchmark',||g" setup.py || die - - # Disable unconditional dependency on dev-python/pytest-runner. - sed -i -e "s|'pytest-runner'||g" setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/guessit/guessit-3.4.2.ebuild b/dev-python/guessit/guessit-3.4.2.ebuild index e7a3e28e462b..5c46f3b7c9eb 100644 --- a/dev-python/guessit/guessit-3.4.2.ebuild +++ b/dev-python/guessit/guessit-3.4.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}] @@ -24,6 +24,11 @@ RDEPEND=" dev-python/importlib_resources[${PYTHON_USEDEP}] ' python3_8 pypy3) " +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest |
