diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-18 01:39:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-18 01:39:24 +0000 |
| commit | 53c3152ff0a1e5548dba446321df8eeee6e9ae86 (patch) | |
| tree | 94a9c1264a8532c84930ebdcd411eec4ccea5937 /dev-python/python-mpd | |
| parent | a6749d3928a76aa48203e7ae40f5d9da6a24657e (diff) | |
| download | baldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.tar.gz baldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.tar.xz baldeagleos-repo-53c3152ff0a1e5548dba446321df8eeee6e9ae86.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-mpd')
| -rw-r--r-- | dev-python/python-mpd/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-mpd/python-mpd-3.0.4.ebuild | 46 | ||||
| -rw-r--r-- | dev-python/python-mpd/python-mpd-3.0.5.ebuild | 2 |
3 files changed, 1 insertions, 48 deletions
diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest index b84379843fc8..6628cba6a65b 100644 --- a/dev-python/python-mpd/Manifest +++ b/dev-python/python-mpd/Manifest @@ -1,2 +1 @@ -DIST python-mpd2-3.0.4.tar.gz 66173 BLAKE2B f92a97512f19ac5f71846d3997240e5a37a4fd9bc353e131c582547ddc6e9520d2d09a02b4de62168707ba4a2cbfc28a019cba7e0a113242ecc38ecdc86c19a9 SHA512 7adf0daf64c6132dcd4d347f0772e9cbef903f9f5fba5315b745708dd2179090f53c5303b7ce905c685076861d21f7a14951e598c88eb65be423dea627dbb26a DIST python-mpd2-3.0.5.tar.gz 67224 BLAKE2B a0c78e3a2624247a7ed4228725dcc09457804636b01b09006bcd61800deefac8887fc9f76b9d7bb21c973e2dd9558e934f3864b2f8f5c041a94633a29f9a781e SHA512 521345b905113eaa56e6ec983e4d968d77dca30f839ab52a00e146f311269828ed383bce460ba1daf61b7f98c63ae3b7a3cbcb55cf917b1c5a5a11cf62b6a7d5 diff --git a/dev-python/python-mpd/python-mpd-3.0.4.ebuild b/dev-python/python-mpd/python-mpd-3.0.4.ebuild deleted file mode 100644 index 4b3294e34f3f..000000000000 --- a/dev-python/python-mpd/python-mpd-3.0.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit distutils-r1 - -MY_P=python-mpd2-${PV} -DESCRIPTION="Python MPD client library" -HOMEPAGE=" - https://github.com/Mic92/python-mpd2/ - https://pypi.org/project/python-mpd2/" -SRC_URI=" - https://github.com/Mic92/python-mpd2/archive/v${PV}.tar.gz - -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="LGPL-3+" -KEYWORDS="amd64 ppc ppc64 x86" -SLOT="0" -IUSE="examples +twisted" - -RDEPEND="twisted? ( dev-python/twisted[${PYTHON_USEDEP}] )" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] - ) -" - -DOCS=( README.rst doc/{changes.rst,commands_header.txt} doc/topics/. ) - -distutils_enable_sphinx doc --no-autodoc -distutils_enable_tests pytest - -python_test() { - epytest mpd/tests.py -} - -python_install_all() { - distutils-r1_python_install_all - - use examples && dodoc -r examples/. -} diff --git a/dev-python/python-mpd/python-mpd-3.0.5.ebuild b/dev-python/python-mpd/python-mpd-3.0.5.ebuild index 2c5a18e82d02..0c5c9e88f3dc 100644 --- a/dev-python/python-mpd/python-mpd-3.0.5.ebuild +++ b/dev-python/python-mpd/python-mpd-3.0.5.ebuild @@ -18,7 +18,7 @@ SRC_URI=" S=${WORKDIR}/${MY_P} LICENSE="LGPL-3+" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" SLOT="0" IUSE="examples +twisted" |
