mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
Adding a missed patch to fix the packaging. PR: 263550 Reported by: Jonathan Chen <jonc@chen.org.nz> Helped by: sunpoet
18 lines
519 B
INI
18 lines
519 B
INI
--- setup.cfg.orig 2022-04-25 13:30:38 UTC
|
|
+++ setup.cfg
|
|
@@ -8,7 +8,6 @@ license = BSD
|
|
description = Stateful, programmatic web browsing
|
|
long_description = file: README.rst
|
|
url = https://github.com/python-mechanize/mechanize
|
|
-packages = mechanize
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
@@ -37,6 +36,7 @@ classifiers =
|
|
Topic :: Text Processing :: Markup :: XML
|
|
|
|
[options]
|
|
+packages = mechanize
|
|
zip_safe = True
|
|
install_requires = html5lib>=0.999999999
|
|
|