mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libsast: qa fixes
This commit is contained in:
parent
2a53322319
commit
61528b2acf
2 changed files with 14 additions and 6 deletions
|
|
@ -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}]
|
||||||
|
|
|
||||||
8
dev-python/libsast/metadata.xml
Normal file
8
dev-python/libsast/metadata.xml
Normal 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>
|
||||||
Loading…
Reference in a new issue