From a172b298f4cdecfbb1c122564dbac8af9fd15130 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 28 Jun 2014 21:58:36 +0000 Subject: Revive devel/codeville and assign new maintainer This port was removed in September 2010 because the project (python VCS) had been abandoned for at least 3 years. The submitter adopted the project and updated it without changing the version number (hence the port revision bump). The submitter naturally becomes the new maintainer. Psyco support has been removed since psyco report no longer exists. PR: 188995 Submitted by: Chris Hutchison --- devel/codeville/files/patch-setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/codeville/files/patch-setup.py (limited to 'devel/codeville/files/patch-setup.py') diff --git a/devel/codeville/files/patch-setup.py b/devel/codeville/files/patch-setup.py new file mode 100644 index 000000000000..d9918a556a33 --- /dev/null +++ b/devel/codeville/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2014-06-20 11:45:12.000000000 -0700 ++++ setup.py 2014-06-20 12:03:29.000000000 -0700 +@@ -44,6 +44,5 @@ + packages = ["Codeville", "Codeville/old"], + ext_modules = plat_ext, + +- scripts = scripts, +- data_files = data_files ++ scripts = scripts + ) -- cgit v1.2.3