diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-03 13:35:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-03 13:35:03 +0000 |
| commit | 6afb8893cf0fa1e806343321cb370d722f997267 (patch) | |
| tree | 2788b8585fb95896af95f55543431e2c55bef86d /dev-python/pkgconfig | |
| parent | f2fe63f9eee97aeef416cec2270b78aad31765ad (diff) | |
| download | baldeagleos-repo-6afb8893cf0fa1e806343321cb370d722f997267.tar.gz baldeagleos-repo-6afb8893cf0fa1e806343321cb370d722f997267.tar.xz baldeagleos-repo-6afb8893cf0fa1e806343321cb370d722f997267.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pkgconfig')
| -rw-r--r-- | dev-python/pkgconfig/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pkgconfig/pkgconfig-1.5.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/pkgconfig/Manifest b/dev-python/pkgconfig/Manifest index b3018bee39cd..479933744bf2 100644 --- a/dev-python/pkgconfig/Manifest +++ b/dev-python/pkgconfig/Manifest @@ -1 +1,2 @@ DIST pkgconfig-1.5.2.tar.gz 6984 BLAKE2B 1d3b724853498505ef9f60de89b9f90e049334f42451202f07f29a0dc5efc21eb13045afebef3d20b0ed0bdedda053eb37ccbda0a8977febb408d3c69a2efb12 SHA512 7f457fd956f2b4e2580433311d166dd5537cafb95c0842a85f69bf84bbbde58861023acb7d221383b4306ec0ce31badc0481b2394b3e737de0db2e194c5e250f +DIST pkgconfig-1.5.3.tar.gz 7310 BLAKE2B 361439cadf3f21a76d379a8b7eede9d2c73fa114c5816e8964b7086e867ca0d089dbcfdc219ea0d481934940fcf0a0ca2398b0850448bd3e577befb1266034a6 SHA512 00cb148977fb2b25d747ab1aa8d99deaf250df67d8c3ec0f47160714aabce4de3d96cd43e7292a8e4ccf850de1aceabc96d5516995365da088e00a731d538c24 diff --git a/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild b/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild new file mode 100644 index 000000000000..5cabb0c9e816 --- /dev/null +++ b/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +inherit distutils-r1 + +DESCRIPTION="Interface Python with pkg-config" +HOMEPAGE="https://pypi.org/project/pkgconfig/ https://github.com/matze/pkgconfig" +SRC_URI="https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="virtual/pkgconfig" + +distutils_enable_tests pytest |
