1
0
Fork 0

dev-python/annexremote: new package (datalad dep)

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-09-20 13:54:53 -04:00
parent 30357a59c3
commit 7d593e56a8
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*annexremote-1.5.0 (20 Sep 2021)
20 Sep 2021; <chymera@gentoo.org> +annexremote-1.5.0.ebuild, +metadata.xml:
dev-python/annexremote: new package (datalad dep)

View File

@ -0,0 +1 @@
DIST annexremote-1.5.0.tar.gz 65988 SHA256 81046f80217f70c2f1f49e0af1d7da9b414cc9c047b6e2c41deac7118fcaa601 SHA512 b0d2b3f41046f43ff49ca1d629a34e0d80c200a28bf13a3cf4f138204afa9fb7b04b6d8b9851bb201438fc6ef692d43dbaa96cf129855978fb40fdecf8818b67 WHIRLPOOL 869919dbaac4c96680bf5505f7ac2020225fcdb6b7e5c69b844e106df1764944268f3efdbe7b751c4f1315c17fd1c6530da5d356d9ea616bf112e7be25602a6e

View File

@ -0,0 +1,31 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
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}"
RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_install_all() {
distutils-r1_python_install_all
dodoc README.md
use examples && dodoc -r examples
}

View File

@ -0,0 +1,18 @@
<?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>
</pkgmetadata>