Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

make it work with setuptools v46 #386

Closed hrw closed 4 years ago

hrw commented 4 years ago

pyScss fails to install with setuptools v46 because of use of removed Feature feature.

This fixes the problem.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 66.809% when pulling 6ec33af0d01fe73d5ce2c48a9d784fb47596d641 on hrw:master into 31358919cf24b11f4f428d42c6240cbbdf730f51 on Kronuz:master.

yoctozepto commented 4 years ago

travis b0rken

e0ne commented 4 years ago

I hope it will be merged soon and we'll have a new release for pyScss

e0ne commented 4 years ago

BTW, I forked this project and released as pyScss2 https://github.com/e0ne/pyScss/

yoctozepto commented 4 years ago

I guess you'd prefer to use https://github.com/e0ne/pyScss

hrw commented 4 years ago

I should branch...

Kronuz commented 4 years ago

@hrw, @e0ne, I guess if you guys are interested, I can add you as maintainers so you can help out

e0ne commented 4 years ago

@Kronuz I can't promise that I'll be able to develop new features, but I'm interested in maintaining it until OpenStack Horizon uses this project

hrw commented 4 years ago

@Kronuz I have to admit that I do not even know what this project does. It is dependency of Horizon which failed so project where I work (Kolla) failed.

So I went and provided fix. Then looked and updated Travis CI.

Can provide some basic support for infrastructure part but not for it's code.

e0ne commented 4 years ago

Thanks for the fix, @hrw !