freebsd-ports/devel/codeville/files/patch-setup.py
Ruslan Makhmatkhanov 561a968c8b devel/codeville: update to version 0.1.17
- update to 0.1.17
- actualize pkg-descr
- align patch file
- add NO_ARCH, while I'm here

PR:		210253
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-06-18 21:01:44 +00:00

10 lines
283 B
Python

--- setup.py.orig 2016-06-13 06:31:53.378976000 -0700
+++ setup.py 2016-06-13 06:32:11.276473000 -0700
@@ -46,6 +46,5 @@
packages = ["Codeville", "Codeville/old"],
ext_modules = plat_ext,
- scripts = scripts,
- data_files = data_files
+ scripts = scripts
)