I'm trying to port this python module to OpenBSD. The ports system uses pypi to get the software, but the version there (0.4.0) does not correspond with master branch on github, nor does it have an associated tag or release.
That makes the info pretty confusing. For instance tests should depend on parameterized and not nose_parameterized (this commit is not on pypi 873217674cc824b4c1cfdad4867c560c60e8d806).
I'm trying to port this python module to OpenBSD. The ports system uses pypi to get the software, but the version there (0.4.0) does not correspond with master branch on github, nor does it have an associated tag or release.
That makes the info pretty confusing. For instance tests should depend on parameterized and not nose_parameterized (this commit is not on pypi 873217674cc824b4c1cfdad4867c560c60e8d806).
Could you take a look at that ?
Thank you.