diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-22 12:52:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-22 12:52:57 +0000 |
| commit | ece535bc08c97eae23630a12c8aa8627ee3efa1c (patch) | |
| tree | 2b326361215acfce9a5adae52d425dbbe8b6adbc /dev-python/sh | |
| parent | 74ae40ee903f7bc8b1704ad4b03902aea7fbd3aa (diff) | |
| download | baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.tar.gz baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.tar.xz baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sh')
| -rw-r--r-- | dev-python/sh/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sh/sh-2.0.2.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/sh/sh-2.0.3.ebuild | 2 |
3 files changed, 1 insertions, 23 deletions
diff --git a/dev-python/sh/Manifest b/dev-python/sh/Manifest index 8d9b3d0d8a3d..4d7407ff11ca 100644 --- a/dev-python/sh/Manifest +++ b/dev-python/sh/Manifest @@ -1,2 +1 @@ -DIST sh-2.0.2.tar.gz 345351 BLAKE2B 7b1cd213f097b0893b96fbe7c5dd96a3716b6e8fcac5da49a091bbeb4f75ea2c9f7a23237d91e1a6df9fe2c1ba8ea778dad505981cfcc1ef1893404cdb030500 SHA512 dc02a69366d1140112ccf26093bbfd7d719671caf5dd6e093a5f7ef9de3428b44e9aa539e857ef72981a688cb4b40eb47aa2060c18e6074b614a1a5c2c430d83 DIST sh-2.0.3.tar.gz 345365 BLAKE2B f818f84c71992fcfb653b757872da89a0007a873c639b3b0438a794bdfbd455e2ac22ef035b657b35da23e6890761ce7f161a02e3e0f847ee5209cec5fe911a4 SHA512 4d3bc20b2175b2507f0081af0b83faaf5eb97d131a24abaafb333a56e45d2cdb9167c3568bb40c6a6ea79b9836e335cb0d5bec2d036ce619eb312916d69fa72d diff --git a/dev-python/sh/sh-2.0.2.ebuild b/dev-python/sh/sh-2.0.2.ebuild deleted file mode 100644 index 4e535d15dde5..000000000000 --- a/dev-python/sh/sh-2.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python subprocess interface" -HOMEPAGE=" - https://github.com/amoffat/sh/ - https://pypi.org/project/sh/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests unittest diff --git a/dev-python/sh/sh-2.0.3.ebuild b/dev-python/sh/sh-2.0.3.ebuild index 4976ffec2b43..4e535d15dde5 100644 --- a/dev-python/sh/sh-2.0.3.ebuild +++ b/dev-python/sh/sh-2.0.3.ebuild @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" distutils_enable_tests unittest |
