sci-electronics/apicula: version bump

This commit is contained in:
2025-09-03 15:27:29 +00:00
parent e49409d06f
commit c87dd6192c
3 changed files with 9 additions and 12 deletions

View File

@@ -1,16 +1,16 @@
BDEPEND=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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
BDEPEND=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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[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/numpy dev-python/pandas dev-python/pillow dev-python/crcmod dev-python/openpyxl
DESCRIPTION=documentation and tools for the Gowin FPGA bitstream format
EAPI=8
HOMEPAGE=https://github.com/YosysHQ/apicula
INHERIT=distutils-r1 pypi
INHERIT=distutils-r1 git-r3
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=amd64
LICENSE=MIT
PROPERTIES=live
RDEPEND=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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/A/Apycula/Apycula-0.22.tar.gz
_eclasses_=distutils-r1 37143302bc375f4878f7b5f7497da8cc flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pypi ad1b21f87d117ae9bb089bdb65b8f013 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 8a006695bc0db22490452dd06914dda5 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0
_md5_=ebd54c23e79b0fea26c1a4c3198b5740
_eclasses_=distutils-r1 37143302bc375f4878f7b5f7497da8cc flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 8a006695bc0db22490452dd06914dda5 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0
_md5_=e5c67f0aebc6a00e34f395aeae1d700e

View File

@@ -1 +0,0 @@
DIST Apycula-0.22.tar.gz 22405781 BLAKE2B d7741ec6350f5e9767aa8ae8889f2777738f9b8439cf9de5022f513dc0762623ec8dbaae4c82c9a87fb711a9bec4d4f3e12932f6abd3ee91c7689ed1d71da835 SHA512 1c28e4d84bb6528347f801be280656d6292cb007d2abd763b7b2d8215e4461e1d47f4945793d7b772e826cdd0d37e4755277f6bfcf6846264f74b0827b8773bf

View File

@@ -2,15 +2,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=Apycula
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
S=$WORKDIR/Apycula-$PV
inherit distutils-r1 git-r3
DESCRIPTION="documentation and tools for the Gowin FPGA bitstream format"
HOMEPAGE="https://github.com/YosysHQ/apicula"
EGIT_REPO_URI=$HOMEPAGE
EGIT_COMMIT=$PV
DEPEND="dev-python/numpy
dev-python/pandas