mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/baseline: new package, add 1.2.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
20
dev-python/baseline/files/baseline-1.2.1-fix-setup.patch
Normal file
20
dev-python/baseline/files/baseline-1.2.1-fix-setup.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
- remove nonexistent file from long_description
|
||||
- disable deprecated universal wheel build
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
-long_description = file: README.rst, CHANGES.rst
|
||||
+long_description = file: README.rst
|
||||
keywords = compare baseline string test
|
||||
platforms = any
|
||||
classifiers =
|
||||
@@ -49,8 +49,6 @@ test =
|
||||
[sdist]
|
||||
formats = zip
|
||||
|
||||
-[bdist_wheel]
|
||||
-universal = True
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs
|
||||
Reference in New Issue
Block a user