dev-python/py-cpuinfo: new package, add 8.0.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -573,11 +573,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1536 Ebuilds in total, 1529 of them have in total 1537 (34 different) licenses assigned.
|
||||
There are 1537 Ebuilds in total, 1530 of them have in total 1538 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|894|
|
||||
|MIT|895|
|
||||
|Apache-2.0|315|
|
||||
|GPL-3|96|
|
||||
|BSD|91|
|
||||
|
||||
3
dev-python/py-cpuinfo/Manifest
Normal file
3
dev-python/py-cpuinfo/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST py-cpuinfo-8.0.0.tar.gz 99791 BLAKE2B 95024b488142e3bbb2eaa69ffef229ac27f1cb55e297fb8de050ec4c410c1b13dbf674936365d84c5c473158338dd047f6dfba58c2a7dde4e21232af356ab20c SHA512 77351f9f2fd33b09d0ee998dd2b3eb971bbe9094bee5636356d5a5a2747ebba3c112cccfdf929f77e3b7de3c745f98ecfac8edeb0d84fede100b637b554d4fd9
|
||||
EBUILD py-cpuinfo-8.0.0.ebuild 450 BLAKE2B 519cda011c5b64039f27dc2ef56477ab490490e28182e9c2652858047675b0cc69889fb389910fd8b697dbddbaa53999d7e2ccc99f4793fd17dfdee08142d681 SHA512 60a6340c3e355eb07a2ad8aa8a3f2d347bcef927924997526235c37b2ffb94bf1b9a1e10443fc58e51dd40dc1069b9dceb815bbc08b8d698102c035348ef7222
|
||||
MISC metadata.xml 475 BLAKE2B d9b664c39599b34c33c9c094781f0c6431c45ec400bc3f62ec01f69da0b94dd18b9363b5669d6322b8356e6b345582edd2880bc604b1eeae2ee9d95195ca9073 SHA512 8ef12c10bea29afe1227f3b66c937022b59015ee006b2964289d51791cc39e50c2fecce4d21c8426d96312fb78f20a3bef9df6487de5841a70c73df7513b5e4f
|
||||
15
dev-python/py-cpuinfo/metadata.xml
Normal file
15
dev-python/py-cpuinfo/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">py-cpuinfo</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>matthew.brennan.jones@gmail.com</email>
|
||||
<name>Matthew Brennan Jones</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-python/py-cpuinfo/py-cpuinfo-8.0.0.ebuild
Normal file
19
dev-python/py-cpuinfo/py-cpuinfo-8.0.0.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Get CPU info with pure Python 2 & 3"
|
||||
HOMEPAGE="
|
||||
https://github.com/workhorsy/py-cpuinfo/
|
||||
https://pypi.org/project/py-cpuinfo/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
distutils_enable_tests setup.py
|
||||
Reference in New Issue
Block a user