opnsense-ports/devel/py-parsley/files/patch-setup.py
Franco Fichtner 3e02d2b4f1 */*: sync with upstream
Taken from: FreeBSD
2024-04-15 19:12:18 +02:00

11 lines
285 B
Python

--- setup.py.orig 2015-09-09 02:45:25 UTC
+++ setup.py
@@ -6,7 +6,7 @@ setup(
from distutils.core import setup
setup(
- name="Parsley",
+ name="parsley",
version="1.3",
url="http://launchpad.net/parsley",
description="Parsing and pattern matching made easy.",