lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

Remove stale dateutils package and use wheels #50

Closed nicktimko closed 8 years ago

nicktimko commented 8 years ago

It seems like python-dateutil seems to have replaced dateutils, the latter of which installs strange dependencies like argparse (stdlib since 2.6). The tests also only install python-dateutil, so this just makes the install dependencies equal to the test dependencies

nicktimko commented 8 years ago

Also added some code to make/upload wheels cuz wheels are the new hype. 🍺

nicktimko commented 8 years ago

Sorry, this is now definitely two things in one...removing dateutils and using wheels. The test script builds the wheel, installs it, then deletes the source directory (deleting the source directory can be skipped in Python 3.4+ with the -I flag that causes Python to ignore the local environment)

I can split it up if desired...if I can figure out how to use git such magically. ✨ Wow. 😟