ports/devel/codeville/files/patch-setup.py
Luca Pizzamiglio 3a3fdd9265 (Readdition of devel/codeville which was removed on 548979)
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>
2021-02-09 22:00:56 +00:00

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 = []