diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-24 12:35:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-24 12:38:22 +0100 |
commit | e6804ca2e18d06e7bb860cc8489d43441b4aca34 (patch) | |
tree | fbb3a3aea5ad5bc4e67b416e097643128d4e48f3 /dev-python/python-varlink | |
parent | dev-python/python-varlink: Remove unused dev-python/future dep (diff) | |
download | gentoo-e6804ca2e18d06e7bb860cc8489d43441b4aca34.tar.gz gentoo-e6804ca2e18d06e7bb860cc8489d43441b4aca34.tar.bz2 gentoo-e6804ca2e18d06e7bb860cc8489d43441b4aca34.zip |
dev-python/python-varlink: Bump to 31.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-varlink')
-rw-r--r-- | dev-python/python-varlink/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-varlink/python-varlink-31.0.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/python-varlink/Manifest b/dev-python/python-varlink/Manifest index db8f04d33764..f1b7f36c3397 100644 --- a/dev-python/python-varlink/Manifest +++ b/dev-python/python-varlink/Manifest @@ -1 +1,2 @@ DIST python-varlink-30.3.1.gh.tar.gz 39921 BLAKE2B d717eb662cd14fffd7620fb8f3eee5ae8431b77a437a783ba090802a26d0225439eb9305050863c85a6c33dbdd28709262858bf407a08333b177057304695c93 SHA512 13a0176694ee31121998a2dd88bf57d840ec20b0ccac63b574c4f12ef5c9bfbfbd67bdc7a8d362cd1c256e393d8c3691d1efc58aabaf8f5ec26067a55157a6cd +DIST python-varlink-31.0.0.gh.tar.gz 41003 BLAKE2B 3ffe5808ed130d09beabe545ff3437b6f91d74a35a7bf2a72eca854c77c7f8992f6d59c9f73428356cbb98f95b0af2950afd3bf3c6f9955b4f2b12524903d2c6 SHA512 3b8a9479c78a73793d56854b008fca7d041044314b6cf424326f9429c480b0b8561075ce6fa282c92b79ce75c2ec941249a65e9fb6a995510ede9dc064d6dcab diff --git a/dev-python/python-varlink/python-varlink-31.0.0.ebuild b/dev-python/python-varlink/python-varlink-31.0.0.ebuild new file mode 100644 index 000000000000..9d6572de9555 --- /dev/null +++ b/dev-python/python-varlink/python-varlink-31.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the Varlink protocol" +HOMEPAGE=" + https://github.com/varlink/python/ + https://pypi.org/project/varlink/ +" +SRC_URI=" + https://github.com/varlink/python/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/python-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |