projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e705378
)
dev-python/css-parser: update LICENSE to LGPL-2.1+
author
Jason Chan
<graysonchsi@gmail.com>
Sun, 26 Apr 2020 23:27:11 +0000
(16:27 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Apr 2020 23:31:06 +0000
(16:31 -0700)
In setup.py it calls setup(license='LGPL 2.1 or later').
See: https://github.com/ebook-utils/css-parser/blob/v1.0.4/setup.py#L64
Closes: https://bugs.gentoo.org/710390
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/css-parser/css-parser-1.0.4-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
index 16d755705e6f7021a820aecb38a9dd640817d03a..97f1e05ef08958469de2489c4d046e3444d89683 100644
(file)
--- a/
dev-python/css-parser/css-parser-1.0.4-r1.ebuild
+++ b/
dev-python/css-parser/css-parser-1.0.4-r1.ebuild
@@
-10,7
+10,7
@@
DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
HOMEPAGE="https://pypi.org/project/css-parser/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="LGPL-
3
"
+LICENSE="LGPL-
2.1+
"
SLOT="0"
KEYWORDS="amd64 ~arm x86"