Python-related updates

This commit is contained in:
Torsten Kurbad
2025-06-23 10:20:08 +02:00
parent c6903cb20f
commit 3c4a6322bd
12 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
DIST pcbnewTransition-0.3.4.tar.gz 21636 BLAKE2B 5d60619b99652a9349d90f5055177bcf39154f5b29bfe2ab4e4d66b733256817e1a9cf930ffcf9622573a8bee1b9177fc694f86e698dccf0e1a5249d0c203bcb SHA512 cca02f15d59e051f2a04f561a1ecc9a3dcf2f755695feb38850eaf3c0fbb2a92a43049d4af51cb9fc7850059404c8da209121c82902e0775f23af7aeb4c178bc
EBUILD pcbnewtransition-0.3.4.ebuild 930 BLAKE2B c4aeab336dd808d5d96f9e7672508cdf90ed0411e95c96473a0059eb8f73795d48ce021272b0b9f7ab1bedd3017270ac42091dfbf5381b6de568f8bf094798fd SHA512 b2c323de52826dcbd60ce1f56c617406ff8ca97032c7cf94186664ce4c3b2ccffe4673617b8158749cd175c9d5bea3ea36dd347e6edc7e6cbf0b06ea74281b0a
EBUILD pcbnewtransition-0.3.4.ebuild 962 BLAKE2B 24028e89fe527b22afd8a281451a9ede45e6aa30a3dc7f83bd9eb5fbb3f696978b35fa74064f6bdb36b57dea0fbd937c441c3ccd0c0ffe7b1ac3fc72be8e28cd SHA512 1da2448e03b027f51477a63de35cc809dbfed0f7f677e069b5c1c1e2a713bf9863189c0a4772350a529b8d32dffac5df45d6a135b1adfaa18b2fb288894bb26b
@@ -5,6 +5,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="pcbnewTransition"
MY_P="${PYPI_PN}-${PV}"