diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-04 01:06:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-04 01:06:19 +0000 |
| commit | b99299785018fbc36050d18d8a1dd5db9858debc (patch) | |
| tree | 14031c6478193a9e92a49ec60e4032fd6341d0bf /dev-python | |
| parent | 3c9ae61c984542032da13542732a2dcdf47eb3d4 (diff) | |
| download | baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.tar.gz baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.tar.xz baldeagleos-repo-b99299785018fbc36050d18d8a1dd5db9858debc.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/happybase/happybase-1.2.0-r1.ebuild (renamed from dev-python/happybase/happybase-1.2.0.ebuild) | 8 | ||||
| -rw-r--r-- | dev-python/pygments-github-lexers/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/python3-xapp/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python3-xapp/python3-xapp-2.2.2.ebuild | 25 |
6 files changed, 35 insertions, 29 deletions
diff --git a/dev-python/happybase/happybase-1.2.0.ebuild b/dev-python/happybase/happybase-1.2.0-r1.ebuild index 5431459d756d..3abcbdcf6c5e 100644 --- a/dev-python/happybase/happybase-1.2.0.ebuild +++ b/dev-python/happybase/happybase-1.2.0-r1.ebuild @@ -3,13 +3,17 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 COMMIT_HASH="f5b6d104140c2be93e4175c0c844aaf094eb43da" DESCRIPTION="A developer-friendly Python library to interact with Apache HBase" -HOMEPAGE="https://github.com/python-happybase/happybase https://happybase.readthedocs.io/" +HOMEPAGE=" + https://github.com/python-happybase/happybase + https://happybase.readthedocs.io/ +" SRC_URI=" https://github.com/python-happybase/happybase/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " diff --git a/dev-python/pygments-github-lexers/Manifest b/dev-python/pygments-github-lexers/Manifest index cf833a132202..a870796f81ea 100644 --- a/dev-python/pygments-github-lexers/Manifest +++ b/dev-python/pygments-github-lexers/Manifest @@ -1 +1,2 @@ +DIST pygments-github-lexers-0.0.5.gh.tar.gz 6337 BLAKE2B 21fb1a0627c9ebf42d86d6cceea3ebec4339ef29b1d881d8b3bd5f90060ec2ba76a69ae4bf9e92420a10950ae20c7ea7ff44d5fccf8add06be1f1353cd8b7800 SHA512 429a8a81eb0228c806b6fafe5e1c64be92e719170b1af666aa9c9c7923ff4058972a167193dd0ab1ace0395fa1f6621212f800b07dcce4e59970fd905e046d71 DIST pygments-github-lexers-0.0.5.tar.gz 6337 BLAKE2B 21fb1a0627c9ebf42d86d6cceea3ebec4339ef29b1d881d8b3bd5f90060ec2ba76a69ae4bf9e92420a10950ae20c7ea7ff44d5fccf8add06be1f1353cd8b7800 SHA512 429a8a81eb0228c806b6fafe5e1c64be92e719170b1af666aa9c9c7923ff4058972a167193dd0ab1ace0395fa1f6621212f800b07dcce4e59970fd905e046d71 diff --git a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild new file mode 100644 index 000000000000..5b213a8ac67b --- /dev/null +++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Pygments Github custom lexers" +HOMEPAGE="https://github.com/liluo/pygments-github-lexers" +SRC_URI="https://github.com/liluo/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/pygments[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} +" + +# no tests diff --git a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild index 9d6ae3b18a63..31cc45aa4ab6 100644 --- a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild +++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5.ebuild @@ -1,9 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Pygments Github custom lexers" diff --git a/dev-python/python3-xapp/Manifest b/dev-python/python3-xapp/Manifest index 00b10334e409..a2b8ab2d3a8d 100644 --- a/dev-python/python3-xapp/Manifest +++ b/dev-python/python3-xapp/Manifest @@ -1,2 +1 @@ -DIST python3-xapp-2.2.2.tar.gz 20872 BLAKE2B 72bfd020477382480a5cf007107a197a86bd96c886b54440bee5eb0cf124294feac01c04dee24525d892cc5e701abf4e64753f2bff09d417e9e18ee314eb57a4 SHA512 d4aac6949bfe4adfe5fdb08edb80e622ccf04c2d571760aec280b43ff26b246c0d8f09eda6d7281381bf3a367002a7cce780664eb1f9933db6e9f63084d99def DIST python3-xapp-2.4.0.tar.gz 20787 BLAKE2B e225ad100119f90813b0f7657832bb186675542b3476beec639ff4e0771f4c00629c5d297a2ca0392fbd630066ba0a95a6f8553bd01a9f2df18752536a513127 SHA512 7c9afabbc810ffe878e831f7e1ff585ce49abc6d1db3d4ea70deb6630e2bb18f61ded31ae0e075cccae2283cac50b3440204a586f844ba9ee9cfbcb572bf7573 diff --git a/dev-python/python3-xapp/python3-xapp-2.2.2.ebuild b/dev-python/python3-xapp/python3-xapp-2.2.2.ebuild deleted file mode 100644 index 93dd78cee927..000000000000 --- a/dev-python/python3-xapp/python3-xapp-2.2.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for x11-libs/xapp" -HOMEPAGE="https://github.com/linuxmint/python3-xapp" -SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - >=x11-libs/xapp-2.2.0[introspection] -" -RDEPEND=" - ${DEPEND} - dev-python/psutil[${PYTHON_USEDEP}] -" |
