mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
* Remove the DOCS option as the documentation contains mostly references to external sites and isn't really useful for offline use. * Also update the RUN_DEPENDS of consumer textproc/py-os-api-ref to avoid conflicting dependencies and bump its PORTREVISION accordingly. Changelog: https://github.com/openstack/openstackdocstheme/compare/1.21.0...2.2.7
20 lines
527 B
INI
20 lines
527 B
INI
Remove scripts because these contain additional, undocumented dependencies and
|
|
are not required as the package is used only as a library.
|
|
|
|
--- setup.cfg.orig 2020-12-02 20:52:12 UTC
|
|
+++ setup.cfg
|
|
@@ -25,10 +25,10 @@ classifier =
|
|
[files]
|
|
packages =
|
|
openstackdocstheme
|
|
-scripts =
|
|
- bin/docstheme-build-translated.sh
|
|
- bin/docstheme-lang-display-name.py
|
|
- bin/docstheme-build-pdf
|
|
+#scripts =
|
|
+# bin/docstheme-build-translated.sh
|
|
+# bin/docstheme-lang-display-name.py
|
|
+# bin/docstheme-build-pdf
|
|
|
|
[egg_info]
|
|
tag_build =
|