details: https://code.tryton.org/gentoo-overlay/commit/f9d44660ec9d
branch: default
user: Cédric Krier <[email protected]>
date: Sat Apr 25 16:09:58 2026 +0200
description:
dev-python/python-barcode: add python3_14
diffstat:
dev-python/python-barcode/Manifest | 2 +-
dev-python/python-barcode/python-barcode-0.16.1.ebuild | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 61ad9c43221f -r f9d44660ec9d dev-python/python-barcode/Manifest
--- a/dev-python/python-barcode/Manifest Sat Apr 25 12:08:20 2026 +0200
+++ b/dev-python/python-barcode/Manifest Sat Apr 25 16:09:58 2026 +0200
@@ -2,5 +2,5 @@
DIST python-barcode-0.15.1.tar.gz 228161 BLAKE2B
1a1dd02839512178ea812a941254a66ba911380600020980853b747498e881dcb7e1bf97f64ca2fbcf712cabf4e61b3bfc29de97fb691b8c1a8237c796fd65e9
SHA512
9223b15bca289db32d2cde2b1e20737d906c0f17efbd1c1b73869919942964ba8b1feac7c12ef4abc62781f6cacf0ae927ef27a461b10caa0b2ea082873733f9
DIST python_barcode-0.16.1.tar.gz 233777 BLAKE2B
d05f27789191250f78f279b334ec42c937fef6fa5dd5e8074cefbbb2aa53c5d55485c19203906b4113690545cbd649a09d3765da9b67e3de848c95e9d7865c82
SHA512
1e1321933008dbca78afdd6642bb4ce3bdf1869e9329b7a0756f26170bc221ea736877fef02fcf07871b3bb6f592d507140a286dda01288600e085824993519c
EBUILD python-barcode-0.15.1.ebuild 554 BLAKE2B
6dee98cfb9c91cd49e55301c3f7c010bea0119f527e7976943f00b2811980a52fe46cca5e37a334dd55143fd9b6f5a5f51da945965d385ccc22d17200e68df1b
SHA512
73a1aed38c47f809114e23868597f786f8a362efbb22155ad3db77b10e2165b1de084238bec2b7b6bd359cb45dd8e447b9eed504619a9aa155bfbbfbcf01950f
-EBUILD python-barcode-0.16.1.ebuild 582 BLAKE2B
0b93201ba45ba99a7f8f166e78d79b37f7f1fced597d5bb9f9a8b29de449f197a2472ccb124235cef646118b9aa26e498594ea75804002a1bfd9e455d918ed4c
SHA512
e13b781432c21c14c420379b82d4aa8ac883af89af6e20fa56ed749df7fe1ea307a0e4d7049faebb3c3fa7376aa74250601312949ae779b01d26a324207b43ab
+EBUILD python-barcode-0.16.1.ebuild 601 BLAKE2B
a0b406c0de455f950c1081e15043f381720c9f6795ba88a318852d92948db4c5fdc2f80b9c3a06e8c1cacf3d0540b5bc031c2716cf14cadb00651066f4337d9d
SHA512
db0d34cf89758a947a550df1bf711cb149ecca1a1438d9b29aa28badb5b408c539568cc011f7ac51208691b31cfb582b462b6f096c04e76a183fa39c043c3e30
MISC metadata.xml 386 BLAKE2B
0edb066f20bfc601da475a5c7ce99cadcca395e4e7ca678333e791dfd1eda0f6b9b5aee366be4cf5ea12fa6605acaa28fefcc7a1b57d23f3df40b203a8ffe125
SHA512
f0f029f7f36687cefaf98fcfdca87bec0bdfc4c7e9d85909644217b99b5dc9613231039df89566264fc43164583cb70f27bb636bf48556d111338bd7c6055398
diff -r 61ad9c43221f -r f9d44660ec9d
dev-python/python-barcode/python-barcode-0.16.1.ebuild
--- a/dev-python/python-barcode/python-barcode-0.16.1.ebuild Sat Apr 25
12:08:20 2026 +0200
+++ b/dev-python/python-barcode/python-barcode-0.16.1.ebuild Sat Apr 25
16:09:58 2026 +0200
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{9..14} )
inherit distutils-r1 pypi
@@ -24,6 +24,7 @@
PATCHES=(
"${FILESDIR}"/${P}-pyproject.patch
)
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {