diff options
Diffstat (limited to 'dev-python/sybil')
-rw-r--r-- | dev-python/sybil/Manifest | 6 | ||||
-rw-r--r-- | dev-python/sybil/sybil-5.0.0.ebuild | 33 | ||||
-rw-r--r-- | dev-python/sybil/sybil-5.0.1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/sybil/sybil-5.0.2.ebuild | 2 |
4 files changed, 2 insertions, 73 deletions
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest index 5c96dafc29e9..ba7aff3b99e1 100644 --- a/dev-python/sybil/Manifest +++ b/dev-python/sybil/Manifest @@ -1,7 +1,3 @@ -DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de SHA512 6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6 -DIST sybil-5.0.1.gh.tar.gz 55327 BLAKE2B 710830830402904d630d5405ddaa403cd4249061d76a066015dc77cb868f2009ef368675de518dfd98b9d42f1dc8056fca751fb67394ec1f62bc06c66c3665c7 SHA512 72894949f3a0c41ec2424688edd19e9a796e46c7ce66da3223c206dc02bb4857c711b8269faefe539c26d73686e5a82a5185d943843dec3577ff96a59d0b8072 DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B 56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18 SHA512 43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100 -EBUILD sybil-5.0.0.ebuild 691 BLAKE2B 34f8a0aa568e148eb6709be3ceabfac4e4d974d9dbfc961ee4d13c8f126ce1aeb5d5453b82ee19c02b7411fffb27ba5dcfea2cfe0224d3646f180e8d8bc34815 SHA512 8b02f6a38c5b4281eabaa5a95e5376770e1629c1ee3c200770e8e7c8628f454ffbab741f343e3330eff0f3237f6a2647f798f6485581dbd50182de41eb0639bf -EBUILD sybil-5.0.1.ebuild 736 BLAKE2B cb8e1702e0851e5e9bef2d169978ff6e17ae27bf073f0a893b52765e5fa93358abe0fa680de6a051262adb27f05913dd5726570f3218c71eb611f24943ebec2d SHA512 c64655d55d7e9af469da855e88717e3731d410e738a836b7e8f3223d1763f7d067b6888e7e28549c3f064e0831219062297cc7b6c85a7281b5bedc835a257fc4 -EBUILD sybil-5.0.2.ebuild 737 BLAKE2B 39526ffc904a918d85d327bdb9a8cce6a3909982e506ff856b681dc5d34c68812a822c987fb9fa84bc13eb5b24f1c5fccc6960751bfa80851ac7c27c1ad7f943 SHA512 4cb9c09e843ec3d2828fa07e76740286f5e5f47cb845a70cc9a6b5fdaac9ffdebe2a14d04bf36a0bf0a5611c0d356604904771d21d40c2a244c7c833b5964b1c +EBUILD sybil-5.0.2.ebuild 734 BLAKE2B c021f70cb3a198acdef44c2b3232c78adeccc7c73045a7298307069b78a706b9ce3b8f62868a4c1511bb0eaa6c2394333a5eef0f6e2ee7c967dcde433db4a391 SHA512 ba188b19f85b27df8a99e9edb34ac8f5f9a005e14a931c06dd92fe0ae7ca57552a17cea459816e33d942b3a837c0929e7df16f4f4b9a82dd809bc6d8722093c0 MISC metadata.xml 402 BLAKE2B 3fcce3ac9ff731e24a3f6e761da2d840b3a7c9107b3d9a46afe00fed61b475d1400580b4ccf49dd71f6a1ab8098dc2aaf895e529a723cd96301d1400ee211edf SHA512 138106c714dc33871ccf535cc47d669580b665c842adfea5442a03067fe507236d8fde4158f006e1188003abe53c9c25db98632dadd1cfa0e41efd1755c2c75c diff --git a/dev-python/sybil/sybil-5.0.0.ebuild b/dev-python/sybil/sybil-5.0.0.ebuild deleted file mode 100644 index 16cfedcd364d..000000000000 --- a/dev-python/sybil/sybil-5.0.0.ebuild +++ /dev/null @@ -1,33 +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_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Automated testing for the examples in your documentation" -HOMEPAGE=" - https://github.com/simplistix/sybil/ - https://pypi.org/project/sybil/ -" -SRC_URI=" - https://github.com/simplistix/sybil/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/seedir[${PYTHON_USEDEP}] - dev-python/testfixtures[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/sybil/sybil-5.0.1.ebuild b/dev-python/sybil/sybil-5.0.1.ebuild deleted file mode 100644 index 24e991ed8c00..000000000000 --- a/dev-python/sybil/sybil-5.0.1.ebuild +++ /dev/null @@ -1,34 +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_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Automated testing for the examples in your documentation" -HOMEPAGE=" - https://github.com/simplistix/sybil/ - https://pypi.org/project/sybil/ -" -# tests are missing in sdist, as of 5.0.1 -SRC_URI=" - https://github.com/simplistix/sybil/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -BDEPEND=" - test? ( - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/seedir[${PYTHON_USEDEP}] - dev-python/testfixtures[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/sybil/sybil-5.0.2.ebuild b/dev-python/sybil/sybil-5.0.2.ebuild index e18ec7aee855..6ddabc557450 100644 --- a/dev-python/sybil/sybil-5.0.2.ebuild +++ b/dev-python/sybil/sybil-5.0.2.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? ( |