dev-python/annexremote: version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
465d5bca6d
commit
19fa54b927
5
dev-python/annexremote/ChangeLog
Normal file
5
dev-python/annexremote/ChangeLog
Normal file
@ -0,0 +1,5 @@
|
||||
*annexremote-1.6.0 (16 Oct 2021)
|
||||
|
||||
16 Oct 2021; <chymera@gentoo.org> +annexremote-1.6.0.ebuild,
|
||||
annexremote-1.5.0.ebuild, metadata.xml:
|
||||
dev-python/annexremote: version bump
|
@ -1 +1,2 @@
|
||||
DIST annexremote-1.5.0.tar.gz 65988 SHA256 81046f80217f70c2f1f49e0af1d7da9b414cc9c047b6e2c41deac7118fcaa601 SHA512 b0d2b3f41046f43ff49ca1d629a34e0d80c200a28bf13a3cf4f138204afa9fb7b04b6d8b9851bb201438fc6ef692d43dbaa96cf129855978fb40fdecf8818b67 WHIRLPOOL 869919dbaac4c96680bf5505f7ac2020225fcdb6b7e5c69b844e106df1764944268f3efdbe7b751c4f1315c17fd1c6530da5d356d9ea616bf112e7be25602a6e
|
||||
DIST annexremote-1.6.0.tar.gz 66805 SHA256 bb43a93b00c1f392f5ac3b5e3e3fb785b7b3db21ce694980d326f97076478f67 SHA512 657d9f53ebf1f0ad87aae758736ea3e5695e2c0f7ba111bd0810482126e4b38b292abc49fc3c2b55d6e63a42eab90aeaf64c4f287bbfbaa169070aed1356c430 WHIRLPOOL 02714f0770a72024cbc77c0611db21284f8f2975abdf3cfead9e8c3287155258c2cda76ba5500c191b58a580c4dec782e7c5a5bb9ff1e956c5419dd8e60761fb
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..10} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="AnnexRemote"
|
||||
|
37
dev-python/annexremote/annexremote-1.6.0.ebuild
Normal file
37
dev-python/annexremote/annexremote-1.6.0.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="AnnexRemote"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Helper module to easily develop git-annex remotes"
|
||||
HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
|
||||
SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
"
|
||||
|
||||
distutils_enable_tests nose
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
dodoc README.md
|
||||
use examples && dodoc -r examples
|
||||
}
|
@ -15,4 +15,7 @@
|
||||
itself. It implements the complete external special remote protocol and
|
||||
fulfils all specifications regarding whitespaces etc.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">Lykos153/AnnexRemote</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user