Four reported issues were upstreamed and the PyPi distribution file
was re-rolled without a version bump or new tag. A number of addition
commits also come along with this (Cmd-Enter to submit form) so bump
PORTREVISION accordingly.
- Delete all patches and the post-patch: workaround. Fixes:
Issue #26: Templates and static files missing from sdist and installed
files (create MANIFEST.in)
https://github.com/bartTC/dpaste/issues/26
Issue #27: manage.py uneccessarily installed in LOCALBASE/bin due
to scripts= in setup.py
https://github.com/bartTC/dpaste/issues/27
Issue #28: Trove classifiers missing in pypi entry (use list not tuple)
https://github.com/bartTC/dpaste/issues/28
Issue #29: Create LICENSE file, add MIT contents, add to MANIFEST.in
https://github.com/bartTC/dpaste/issues/29
dpaste is a Django based pastebin. It's intended to run separately but its
also possible to be installed into an existing Django project like a regular
app. You can find a live example on dpaste.de
WWW: https://github.com/bartTC/dpaste/