dev-util/dput - 1.2.4 (sft)

Search

Package Information

Description:
Debian package upload tool
Homepage:
https://salsa.debian.org/debian/dput/ https://packages.debian.org/source/sid/dput
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.4 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )

inherit distutils-r1

DESCRIPTION="Debian package upload tool"
HOMEPAGE="
https://salsa.debian.org/debian/dput/
https://packages.debian.org/source/sid/dput
"
SRC_URI="
	https://salsa.debian.org/debian/dput/-/archive/release/${PV}/dput-release-${PV}.tar.bz2
		-> ${P}.gh.tar.bz2
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
dev-python/python-debian[${PYTHON_USEDEP}]
app-crypt/gpgme[python,${PYTHON_USEDEP}]
"
BDEPEND="
"

S="${WORKDIR}/dput-release-${PV}"

PATCHES=(
    "${FILESDIR}/executable-names.patch"
    "${FILESDIR}/pyxdg-6-compat.patch"
)

Dependencies

RDEPEND

dev-python/python-debian[${PYTHON_USEDEP}]
app-crypt/gpgme[python,${PYTHON_USEDEP}]

BDEPEND


    

Manifest for 1.2.4

Type File Size Source URLs
DIST dput-1.2.4.gh.tar.bz2 112868 bytes https://salsa.debian.org/debian/dput/-/archive/release/1.2.4/dput-release-1.2.4.tar.bz2