litescope: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 14:33:56 -04:00
parent 0efdf2e202
commit 7dcd22c300
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 17 additions and 6 deletions

View file

@ -1 +1 @@
DIST litescope-20180531.zip 181085 BLAKE2B d95a91fa5d1459aeda745c11de5d925cd72ab31f28d304c1b5ac73df68ba6a621b72969b5bb0289aff79e5e3c381cc59437ccfb4759380eb03c2ec583af8a648 SHA512 5b0e3b119269bea2259480507b101c17ea55e8446590a878427e0d342edc144784e34c3eb3955b2463b043d1ce8dadda07ef9705413cd96b836729e01552aad3
DIST litescope-20180531.tar.gz 171853 BLAKE2B ef8c71783340298c390b98c28bf9e65aba0eac1577a61f7dfccf3c041861e93ebe8e470d529e0f90668019a7e50002876e3239efa0aea6dcc72eeae2290b52c8 SHA512 7b5edda5775047fef5d373d77c221393ec4e4c51f3335b59ac4ad09297bffe853edd469bd571a298bfad28e939aa722d2f2601103f3c424eb9ccc05425dd61cc

View file

@ -1,17 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
MY_COMMIT="d919f90cf6eb615b524fa0e74c5a9b15096603aa"
DESCRIPTION="Small footprint and configurable embedded FPGA logic analyzer"
HOMEPAGE="https://github.com/enjoy-digital/litescope"
SRC_URI="https://github.com/enjoy-digital/litescope/archive/${MY_COMMIT}.zip -> ${P}.zip"
SRC_URI="https://github.com/enjoy-digital/litescope/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${MY_COMMIT}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@ -21,8 +23,6 @@ RDEPEND="sci-electronics/litex[${PYTHON_USEDEP}]
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S=${WORKDIR}/${PN}-${MY_COMMIT}
src_prepare(){
rm test/__init__.py example_designs/__init__.py
eapply_user

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>noone@pentoo.org</email>
<name>No One</name>
</maintainer>
<upstream>
<remote-id type="github">enjoy-digital/litescope</remote-id>
</upstream>
</pkgmetadata>