mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Add codeville 0.1.18, anarchic control version system without unnecessary re-merges. Reintroduce the port, after porting it to Python 3. PR: 251772 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
11 lines
358 B
Python
11 lines
358 B
Python
--- setup.py.orig 2020-12-15 07:58:37 UTC
|
|
+++ setup.py
|
|
@@ -9,7 +9,7 @@ import Codeville
|
|
from distutils.core import setup
|
|
import shutil
|
|
import sys
|
|
-assert sys.version >= '2', "Install Python 2.0 or greater"
|
|
+assert sys.version >= '3', "Install Python 3.0 or greater"
|
|
|
|
scripts = ["cdv", "cdvserver", "cdvpasswd", "cdv-agent", "cdvupgrade"]
|
|
plat_ext = []
|