add PyPubSub-4.0.3

This commit is contained in:
Andreas Billmeier 2022-03-20 08:20:21 +01:00 committed by Andreas Billmeier
parent c408be7674
commit 0ab56bce3d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 55 additions and 2 deletions

View File

@ -496,14 +496,14 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1719 Ebuilds in total, 1711 of them have in total 1718 (34 different) licenses assigned.
There are 1720 Ebuilds in total, 1712 of them have in total 1719 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1045|
|Apache-2.0|315|
|GPL-3|105|
|BSD|95|
|BSD|96|
|LGPL-3|27|
|GPL-2|22|
|LGPL-3+|17|

View File

@ -0,0 +1,3 @@
DIST PyPubSub-4.0.3.tar.gz 174033 BLAKE2B 65fcd960ce2f0548f152546faa7a98055a823414c453b475d6ade339f55e72a60dcb8d627f6272cc844d181f772b76dba4e53b2ecc521bb05420abc09f6c30d2 SHA512 cf9aca44e91a5d0e5ecf6739deabf2980f9464395c89e3c5335c5248e47c570701e0534bb660c5005325a994d9f8e7f261f36bc8bea74cfc7eb760b73c572652
EBUILD PyPubSub-4.0.3.ebuild 797 BLAKE2B 3926324fbe794f861e275cfbd880fd1599430aa2125f4b8d349bf6218c5fc9aff37f1957108d07ba85c73bad6d0ba8b0a918d1460eb4a6bec1644f9ba60146f5 SHA512 42bb9d31c10526a0cc0a42a361c6715e088519a84e2150906e16353f58ccc2db2e6cef4e0b142921359ca6ffc5f347a658dafeb8732f01cc8216fcd84564eb48
MISC metadata.xml 482 BLAKE2B 50defb14b75f6b647088b3402d3c9aad2494c69208de3a6592e65530f8a01a5ef4be3f3adf19090f7c960f7da6fc162aef9160c5a227823ee669dc12a00e3c48 SHA512 6ea86a4b8dc91d5a436aa53afebdb89b8cd13fbad5ff94660f16a4d907ca2954b9444f3c2ec66dfe3bee3999cd088e15d650ad05919721e14bd7be23c35d84ed

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python Publish-Subscribe Package"
HOMEPAGE="https://github.com/schollii/pypubsub https://pypi.org/project/PyPubSub/"
MY_PN="pypubsub"
SRC_URI="https://github.com/schollii/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View 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">PyPubSub</remote-id>
<maintainer status="unknown">
<email>oliver.schoenborn@gmail.com</email>
<name>Oliver Schoenborn (aka "schollii")</name>
</maintainer>
</upstream>
</pkgmetadata>