sci-electronics/amaranth-boards: version bump

This commit is contained in:
2024-07-02 18:40:49 -07:00
parent 7e354e346a
commit 712acb2e2f
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.1.8[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/wheel !sci-electronics/nmigen-boards
DESCRIPTION=Amaranth boards and connectors
@@ -13,4 +13,4 @@ RDEPEND=sci-electronics/amaranth python_targets_pypy3? ( dev-python/pypy3:= ) py
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
_eclasses_=distutils-r1 f11e1bc907da246e941fbae648327823 flag-o-matic d309b9713dfc18e754cba88d3ba69653 git-r3 fbb2889c81f3a05910c1524db69425c1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 428f5c53276c2adc06a89108fc2f9f46 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_md5_=ad5a21a6a41c6fda04dbe8f599cf86fa
_md5_=a4804d8902c9cb8459743f93f4b69e30

View File

@@ -1,13 +1,14 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( python3_{8..13} pypy3 )
inherit distutils-r1 git-r3
DESCRIPTION="Amaranth boards and connectors"
HOMEPAGE="https://github.com/amaranth-lang/amaranth-boards"
EGIT_COMMIT=aba2300dc83216523e1c98fdb22471cb4bac5027
EGIT_COMMIT=ad5a939b86020c53e0e193620b96ca19d5960192
EGIT_REPO_URI=https://github.com/amaranth-lang/$PN
DISTUTILS_USE_PEP517=setuptools
PDM_BUILD_SCM_VERSION=$PV
LICENSE="BSD-2"
SLOT="0"
@@ -17,3 +18,9 @@ RDEPEND="sci-electronics/amaranth"
DEPEND="dev-python/wheel
!sci-electronics/nmigen-boards"
#src_prepare()
#{
# cd $S
# default
# sed -i -e "s/pdm\\.backend\\._vendor\\.//" pdm_build.py
#}