games-emulation/sdlmane: version bump

multiple Python ebuilds: make sure DISTUTILS_USE_PEP517 comes before inherit distutils-r1
This commit is contained in:
2025-07-03 14:52:18 +00:00
parent 371b2c65be
commit 79d619039a
97 changed files with 143 additions and 147 deletions

View File

@@ -1,5 +1,6 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} pypy3 )
DISTUTILS_USE_PEP517=pdm-backend
inherit distutils-r1 git-r3
@@ -7,7 +8,6 @@ DESCRIPTION="System on Chip toolkit for Amaranth"
HOMEPAGE="https://github.com/amaranth-lang/amaranth-soc"
EGIT_COMMIT=5c43cf58f15d9cd9c69ff83c97997708d386b2dc
EGIT_REPO_URI=https://github.com/amaranth-lang/$PN
DISTUTILS_USE_PEP517=pdm-backend
PDM_BUILD_SCM_VERSION=$PV
LICENSE="BSD-2"

View File

@@ -1,6 +1,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=Apycula
PYPI_NO_NORMALIZE=1
@@ -10,7 +11,6 @@ S=$WORKDIR/Apycula-$PV
DESCRIPTION="documentation and tools for the Gowin FPGA bitstream format"
HOMEPAGE="https://github.com/YosysHQ/apicula"
DISTUTILS_USE_PEP517=setuptools
DEPEND="dev-python/numpy
dev-python/pandas

View File

@@ -1,11 +1,11 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="convert components from EasyEDA or LCSC for use with KiCad"
HOMEPAGE="https://github.com/uPesy/easyeda2kicad.py"
DISTUTILS_USE_PEP517=setuptools
LICENSE="AGPL-3.0"
SLOT="0"

View File

@@ -7,7 +7,6 @@ inherit distutils-r1
DESCRIPTION="experimental plug-in to allow KiCost to do native Digi-Key API requests"
HOMEPAGE="https://github.com/set-soft/kicost-digikey-api-v3"
SRC_URI="https://github.com/set-soft/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
DISTUTILS_USE_PEP517=setuptools
LICENSE=GPL-3
SLOT=0

View File

@@ -8,7 +8,6 @@ DESCRIPTION="generate part-cost spreadsheets for circuit boards developed with K
HOMEPAGE="https://github.com/hildogjr/KiCost"
SRC_URI="https://github.com/hildogjr/KiCost/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
S=$WORKDIR/KiCost-$PV
DISTUTILS_USE_PEP517=setuptools
LICENSE=MIT
SLOT=0

View File

@@ -1,6 +1,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -8,7 +9,6 @@ DESCRIPTION="Automation for KiCad"
HOMEPAGE="https://github.com/yaqwsx/KiKit/"
SRC_URI="https://github.com/yaqwsx/KiKit/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
S=$WORKDIR/KiKit-$PV
DISTUTILS_USE_PEP517=setuptools
LICENSE="MIT"
SLOT="0"

View File

@@ -9,7 +9,6 @@ DESCRIPTION="support KiCad 5-7 in your plugins"
HOMEPAGE="https://github.com/yaqwsx/pcbnewTransition/"
SRC_URI="https://github.com/yaqwsx/$PN/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
DISTUTILS_USE_PEP517=setuptools
LICENSE="MIT"
SLOT="0"

View File

@@ -6,7 +6,6 @@ inherit distutils-r1 pypi
DESCRIPTION="writes Value Change Dump (VCD) files as specified in IEEE 1364-2005"
HOMEPAGE="https://github.com/westerndigitalcorporation/pyvcd"
DISTUTILS_USE_PEP517=setuptools
LICENSE="MIT"
SLOT="0"

View File

@@ -1,6 +1,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
GIT_COMMIT=0b70c51b8a3fa6b4b2ce4f8d31435ec80d0c8a3f
@@ -8,7 +9,6 @@ GIT_COMMIT=0b70c51b8a3fa6b4b2ce4f8d31435ec80d0c8a3f
DESCRIPTION="Programmer for FPGA boards using the TinyFPGA USB Bootloader"
HOMEPAGE="https://github.com/tinyfpga/TinyFPGA-Bootloader/"
SRC_URI="https://github.com/tinyfpga/TinyFPGA-Bootloader/archive/$GIT_COMMIT.tar.gz -> ${P}.tar.gz"
DISTUTILS_USE_PEP517=setuptools
LICENSE="GPL-2"
SLOT="0"

View File

@@ -1,13 +1,13 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3
DESCRIPTION="Programmer for FPGA boards using the TinyFPGA USB Bootloader"
HOMEPAGE="https://github.com/tinyfpga/TinyFPGA-Bootloader/"
EGIT_REPO_URI="https://github.com/tinyfpga/TinyFPGA-Bootloader"
S=$WORKDIR/$P/programmer
DISTUTILS_USE_PEP517=setuptools
LICENSE="GPL-2"
SLOT="0"