| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.43 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
MY_PV="debian-${PV}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Debian package uploading tool"
HOMEPAGE="https://salsa.debian.org/debian/dput-ng"
SRC_URI="https://salsa.debian.org/debian/${PN}/-/archive/debian/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/python-debian[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
"
# Requires nose
RESTRICT="test"
PATCHES=(
"${FILESDIR}/${PN}-1.40-fix-xdg-import.patch"
)
src_install() {
distutils-r1_src_install
python_setup
python_doscript bin/*
insinto "/usr/share/${PN}"
for d in hooks commands interfaces uploaders schemas codenames; do
doins -r "skel/${d}"
done
insinto "/etc/dput.d/"
for d in metas profiles; do
doins -r "skel/${d}"
done
}
dev-python/python-debian[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dput-ng-debian-1.43.tar.bz2 | 88093 bytes | https://salsa.debian.org/debian/dput-ng/-/archive/debian/1.43/dput-ng-debian-1.43.tar.bz2 |