diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-29 00:51:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-29 00:51:18 +0000 |
| commit | c2ee96b0307df455d970dd1926c8652909ba767c (patch) | |
| tree | 5d8d13e2bbc6fe9003b2ec96a94d0e2f501b2987 /dev-python/sybil | |
| parent | c727ef413bd99c61e1775c18e542a4018b6743a7 (diff) | |
| download | baldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.tar.gz baldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.tar.xz baldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sybil')
| -rw-r--r-- | dev-python/sybil/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sybil/sybil-3.0.1.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/sybil/sybil-4.0.0.ebuild | 2 |
3 files changed, 1 insertions, 21 deletions
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest index c5dc440f16fa..4c733f1eb53c 100644 --- a/dev-python/sybil/Manifest +++ b/dev-python/sybil/Manifest @@ -1,2 +1 @@ -DIST sybil-3.0.1.tar.gz 38265 BLAKE2B 3a9dd8d85a5a6228944f104d255826b4dfee80f5a349da3a0fa69edcfa0953145378f002c1bf834e21c0d382fc96a993b927bdc92bb3e9a84d34998ad6ade62f SHA512 312c57f0de646b1e7a3b992806362c1020b2d567c805d248e94ab22a336a8fc77704234e123e1ec74987bfea620b2f8c4d3714d32aee03587c615d3d90fe5558 DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B 5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68 SHA512 6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994 diff --git a/dev-python/sybil/sybil-3.0.1.ebuild b/dev-python/sybil/sybil-3.0.1.ebuild deleted file mode 100644 index 1722e6778c20..000000000000 --- a/dev-python/sybil/sybil-3.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2019-2023 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,11} ) - -inherit distutils-r1 - -DESCRIPTION="Automated testing for the examples in your documentation" -HOMEPAGE="https://github.com/simplistix/sybil" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -distutils_enable_tests pytest diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index 072efe0a2527..59d9aea46c41 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? ( |
