dev-python/annexremote: merged in ::science
https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3f131b00fa7c24588876b745c3b97f4641ad29c
This commit is contained in:
parent
19fa54b927
commit
d1e818b1da
@ -1,5 +0,0 @@
|
||||
*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,2 +0,0 @@
|
||||
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
|
@ -1,37 +0,0 @@
|
||||
# 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
|
||||
}
|
@ -1,37 +0,0 @@
|
||||
# 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
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Helper module to easily develop special remotes for git annex. AnnexRemote
|
||||
handles all the protocol stuff for you, so you can focus on the remote
|
||||
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