On 2018/11/18 15:12, Edward Lopez-Acosta wrote:
> ping?
> 
> Edward Lopez-Acosta
> 
> On 8/31/18 6:36 PM, Edward Lopez-Acosta wrote:
> > Hello,
> > 
> > In continuing to port cookiecutter I was led to find some extra
> > dependencies missing. This module is needed by a dependency for testing
> > purposes so is needed to continue working on this porting project.
> > 
> > py-chai is an easy to use API for mocking and stubbing framework based
> > on the unittest module.
> > 
> > - All tests pass for both py2 and py3
> > - No errors with `make package` on python2, there is a helper file for
> > Python 2 included which has a syntax error for python3 but `make
> > package` still works and does not seem to bother the module.
> > - No existing ports rely on this module.
> > 
> > Can I please get feedback on this and get it merged if things look good?
> > 
> > Thank you in advance,
> > 
> 

OK with this applied on top.


--- Makefile.orig       Sat Sep  1 00:27:25 2018
+++ Makefile    Tue Nov 20 23:56:33 2018
@@ -10,15 +10,14 @@ CATEGORIES =                devel
 
 HOMEPAGE =             https://github.com/agoragames/chai
 
-# BSD-3-Clause
+# BSD
 PERMIT_PACKAGE_CDROM = Yes
 
 MODULES =              lang/python
 MODPY_SETUPTOOLS =     Yes
 MODPY_PI =             Yes
 
-FLAVORS +=             python3
+FLAVORS =              python3
 FLAVOR ?=
-
 
 .include <bsd.port.mk>

Reply via email to