wolever / pprintpp

pprint++: a drop-in replacement for pprint that's actually pretty
Other
408 stars 21 forks source link

github code and pypi releases don't match. #25

Open pacoesteban opened 4 years ago

pacoesteban commented 4 years ago

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.