Added yosys and friends
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST Apycula-0.15.tar.gz 13662931 BLAKE2B 0eb23b8b8d27f228fc5c6dfebca05c7f8f59e216ac572e2f11e2d5074ec10d2c2ed891ba0300f7756bde5f15ebc844d4c816210d8219f257dda694d6b33b8924 SHA512 d0b3a29203021b0889fb8b4f93cf3c6555ed1f0f15103093323ebbf80b884e9d1094b17132391e711b24836116070208c3e8c473bf2bea4a427314143603751e
|
||||
EBUILD apicula-0.15.ebuild 466 BLAKE2B 033a43d0516a6dec7d378a4c174db131c2c3ddf1cc6e8104f7a627805149b9033e507d723ce5f9c3b88d1be4d77c0ec9b15671e755b8151e44944f645a55c363 SHA512 a8aa61edb9fe2652989c8fa85e4b9eb57fbfe28e9b82bc8c68f68f6c180066fd0a191295024a7cb23feb716a15639dcc42c12e295a482e017c2a3ad3d8596e02
|
||||
@@ -0,0 +1,24 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..13} pypy3 )
|
||||
PYPI_PN=Apycula
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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
|
||||
dev-python/pillow
|
||||
dev-python/crcmod
|
||||
dev-python/openpyxl"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
Reference in New Issue
Block a user