diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 13:38:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 13:38:56 +0000 |
| commit | ccf8089db6ee9820aa31c43f6929462010884130 (patch) | |
| tree | 86fdf809355b086c1917f735e81c4e3c7e182ecd /dev-python/funcparserlib | |
| parent | 68000b24e0d91505ee9e04000de7cdb956ebf0d1 (diff) | |
| download | baldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.tar.gz baldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.tar.xz baldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.zip | |
Adding metadata
Diffstat (limited to 'dev-python/funcparserlib')
| -rw-r--r-- | dev-python/funcparserlib/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/funcparserlib/funcparserlib-1.0.0.ebuild | 28 | ||||
| -rw-r--r-- | dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | 9 |
3 files changed, 6 insertions, 32 deletions
diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest index dbd8b6dc30d3..3d28b9a77a2e 100644 --- a/dev-python/funcparserlib/Manifest +++ b/dev-python/funcparserlib/Manifest @@ -1,2 +1 @@ -DIST funcparserlib-1.0.0.gh.tar.gz 66709 BLAKE2B 76229795e88b5b880667e41b2cd3d534649893019824e7206f41d188f44e7a67bc1cdb97b0cbcf731eb840ed128f29434d0748d0923a16ea0a3130b3ee10d206 SHA512 431d6b639c46dc84a0a12c8de976cb2c1369f0172a18d1eadbffba31aff12e9cfeded5ebec3ec63065384547000144d65d60003c55e2b23a1a40818d910aaef3 DIST funcparserlib-1.0.1.gh.tar.gz 66860 BLAKE2B eb6d70ff37f75bb1452be7b2103a1e756d79231b2d862964e383e4d4317e1ba7de6b744ee8d29f08d81b176d267bf93ceba21e6d47c04bc7f467866d0cd6c8c9 SHA512 d64fe07337822077a0aab6d5049cd81f2ac56ccd9d1db2522c245cadf8cc8421ff1c7931f6a075d821a8634ac8aea51c7ae30fe763e679b70b35955a3f6aa8c7 diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild deleted file mode 100644 index 86475d297d64..000000000000 --- a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 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} ) -inherit distutils-r1 - -DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://pypi.org/project/funcparserlib/ - https://github.com/vlasovskikh/funcparserlib" -SRC_URI=" - https://github.com/vlasovskikh/funcparserlib/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest diff --git a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild index c0ec88df83b7..12a772c8b258 100644 --- a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild @@ -5,11 +5,14 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + inherit distutils-r1 DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://pypi.org/project/funcparserlib/ - https://github.com/vlasovskikh/funcparserlib" +HOMEPAGE=" + https://github.com/vlasovskikh/funcparserlib/ + https://pypi.org/project/funcparserlib/ +" SRC_URI=" https://github.com/vlasovskikh/funcparserlib/archive/${PV}.tar.gz -> ${P}.gh.tar.gz @@ -17,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" BDEPEND=" test? ( |
