dev-python/audio-metadata: remove unused audio-metadata

This commit is contained in:
Andreas Billmeier 2022-10-15 19:39:18 +02:00 committed by Andreas Billmeier
parent 0d6f43966f
commit ea2eb8e833
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 56 deletions

View File

@ -538,11 +538,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 1671 Ebuilds in total, 1664 of them have in total 1676 (35 different) licenses assigned.
There are 1670 Ebuilds in total, 1663 of them have in total 1675 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|998|
|MIT|997|
|Apache-2.0|322|
|GPL-3|100|
|BSD|96|

View File

@ -1,3 +0,0 @@
DIST audio-metadata-0.11.1.tar.gz 37122 BLAKE2B 62e43ac75cf5547af63df6c9f73237fcf620e5b649ba0d422d6d6537fbeb3f6d04f1f7c035d4b85bab563f9468aab81d3eabe7d7df49550593d3bd46c1a8867e SHA512 fbd1d4de18ef4e9366de39b2f58d7c3d790fc06572dcaa558d63b58907b03569c0592d36ed28b9b4b959ac656d7d4fdfe384fb01bc24c057d8d3df5e92b60c30
EBUILD audio-metadata-0.11.1.ebuild 925 BLAKE2B 5cd90e72f1df23344f1c7179aa0ec68a1452dd48ed78aacb2e08a470fcd04118ecc9ed57fa6fcd7c6194318cc3bbc51e9acd210c57afce2a38ac4f0516e9dc45 SHA512 9fe89ce26f544b79d72d4afff7c5776ddd1cf9c634f309dd7dad007b258b1f2990a59cd311eef1991fdfbd1240697a9c527eafdf58ca9b47777f8c9044b11583
MISC metadata.xml 457 BLAKE2B dd1354763cdce5f209214947987b034dc282222e53f09315ac2d7935d55b7ee6ccfcf820c5f82948445e9516eca01985c6fee7f76f5136a542ca702a9a27cd68 SHA512 9507347397c11a6509cf610f8c8f823e3ea9c2d02169396c7c8de87070c0320a66fcc8b4fca683e9acf5db544a5e85c68b378347d53d91aea0c348eec1e1ae3d

View File

@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A library for reading and, in the future, writing metadata from audio files."
HOMEPAGE="https://github.com/thebigmunch/audio-metadata https://pypi.org/project/audio-metadata/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]
dev-python/pendulum[${PYTHON_USEDEP}]
dev-python/wrapt[${PYTHON_USEDEP}]"
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

@ -1,15 +0,0 @@
<?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">audio-metadata</remote-id>
<maintainer status="unknown">
<email>mail@thebigmunch.me</email>
<name>thebigmunch</name>
</maintainer>
</upstream>
</pkgmetadata>