summaryrefslogtreecommitdiff
path: root/dev-python/twine
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
commit5f278372030aad6db0f73700a9780b84a004d5ff (patch)
tree027a42b585c1678d4fa9fb9ab464e9df3bcdc71f /dev-python/twine
parentd1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (diff)
downloadbaldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.gz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.xz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.zip
Adding metadata
Diffstat (limited to 'dev-python/twine')
-rw-r--r--dev-python/twine/Manifest1
-rw-r--r--dev-python/twine/twine-6.2.0.ebuild76
-rw-r--r--dev-python/twine/twine-7.0.0.ebuild3
3 files changed, 3 insertions, 77 deletions
diff --git a/dev-python/twine/Manifest b/dev-python/twine/Manifest
index 2018e3fac610..363befe5a70b 100644
--- a/dev-python/twine/Manifest
+++ b/dev-python/twine/Manifest
@@ -1,2 +1 @@
-DIST twine-6.2.0.gh.tar.gz 167087 BLAKE2B 51c95da17fee1336bc94b0847035c0a6e115915696b8a127fb21f8e75c4a8090af221cacd6196279a9352c607a8b643500a6260963f2bc9e6f570b318626d4f6 SHA512 3637b9b6644678a9573ba93d5f2b90b5660f8df126f7a6fde1519fc45f93f1fa0646b16b35087c4b1187b2be1845ce2c3c6f40f96716e2c44d1a6cd471e3b64b
DIST twine-7.0.0.gh.tar.gz 209937 BLAKE2B e1cba697bc92c574e2113f0223af164def9f7dcabc38d1ac95322f1f7af8a7be232a9d99fce2a65efe7ea7be013f24e7d5f40d07ea1f7df8654b58e464d5a1c7 SHA512 754a1279f074a1dab785ea80922007f36cc81683bbddaad5eea2a13c2449157383830207ed037b1aeef902c39a56ab5223e2773f305d17dd3807eabd9756234b
diff --git a/dev-python/twine/twine-6.2.0.ebuild b/dev-python/twine/twine-6.2.0.ebuild
deleted file mode 100644
index e3a55560a890..000000000000
--- a/dev-python/twine/twine-6.2.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of utilities for publishing packages on PyPI"
-HOMEPAGE="
- https://twine.readthedocs.io/
- https://github.com/pypa/twine/
- https://pypi.org/project/twine/
-"
-SRC_URI="
- https://github.com/pypa/twine/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
- dev-python/id[${PYTHON_USEDEP}]
- >=dev-python/keyring-21.2.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-24.0[${PYTHON_USEDEP}]
- >=dev-python/readme-renderer-35.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
- >=dev-python/requests-toolbelt-0.8.0[${PYTHON_USEDEP}]
- >=dev-python/rfc3986-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
- >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/build[${PYTHON_USEDEP}]
- dev-python/jaraco-envs[${PYTHON_USEDEP}]
- dev-python/jaraco-functools[${PYTHON_USEDEP}]
- dev-python/munch[${PYTHON_USEDEP}]
- dev-python/portend[${PYTHON_USEDEP}]
- dev-python/pretend[${PYTHON_USEDEP}]
- dev-python/pypiserver[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # pytest-socket dep relevant only to test_integration, and upstream
- # disables it anyway
- sed -i -e '/--disable-socket/d' pytest.ini || die
-
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local EPYTEST_IGNORE=(
- # Internet
- tests/test_integration.py
- )
- local EPYTEST_DESELECT=(
- # Avoid needing heavy virtualx
- tests/test_auth.py::test_warns_for_empty_password
- )
-
- local -x COLUMNS=80
- epytest
-}
diff --git a/dev-python/twine/twine-7.0.0.ebuild b/dev-python/twine/twine-7.0.0.ebuild
index 6b6350f7897d..42296e27b1a9 100644
--- a/dev-python/twine/twine-7.0.0.ebuild
+++ b/dev-python/twine/twine-7.0.0.ebuild
@@ -69,6 +69,9 @@ python_test() {
local EPYTEST_DESELECT=(
# Avoid needing heavy virtualx
tests/test_auth.py::test_warns_for_empty_password
+ # readme-renderer 46.0
+ # https://github.com/pypa/twine/issues/1385
+ tests/test_check.py::test_fails_rst_no_content
)
local -x COLUMNS=80