libsast: qa fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:31:08 -04:00
parent 2a53322319
commit 61528b2acf
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 14 additions and 6 deletions

View file

@ -1,21 +1,21 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 inherit distutils-r1 pypi
DESCRIPTION="A generic SAST core built on top of semgrep and regex" DESCRIPTION="A generic SAST core built on top of semgrep and regex"
HOMEPAGE="https://github.com/ajinabraham/libsast/" HOMEPAGE="https://github.com/ajinabraham/libsast/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="" LICENSE="LGPL-3"
SLOT="0" SLOT="0"
KEYWORDS="amd64" KEYWORDS="amd64"
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.27.1[${PYTHON_USEDEP}] RDEPEND=">=dev-python/requests-2.27.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">libsast</remote-id>
<remote-id type="github">ajinabraham/libsast</remote-id>
</upstream>
</pkgmetadata>