1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 20:50:31 -04:00
Commit graph

3 commits

Author SHA1 Message Date
Kubilay Kocak
aeea74f55f www/py-django-dpaste: Update to 2.10
- Update PORTVERSION and distinfo checksum (2.10)
- Switch MASTER_SITES to CHEESESHOP (PyPI)
- Update RUN_DEPENDS
- Mark architecture independent (NO_ARCH)
- Patch setup.py/runtests.py so standard test methods work. Tox isn't required.
- Modernize test target (do-test: setup.py.test)


  https://github.com/bartTC/dpaste/blob/v2.10/CHANGELOG
2016-08-15 04:57:48 +00:00
Kubilay Kocak
3bd3321136 www/py-django-dpaste: Packaging fixes upstreamed and distfile re-rolled
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 : Templates and static files missing from sdist and installed
            files (create MANIFEST.in)

            https://github.com/bartTC/dpaste/issues/26

 Issue : manage.py uneccessarily installed in LOCALBASE/bin due
            to scripts= in setup.py

            https://github.com/bartTC/dpaste/issues/27

 Issue : Trove classifiers missing in pypi entry (use list not tuple)

            https://github.com/bartTC/dpaste/issues/28

 Issue : Create LICENSE file, add MIT contents, add to MANIFEST.in

            https://github.com/bartTC/dpaste/issues/29
2013-12-14 13:09:11 +00:00
Kubilay Kocak
dadb749d43 www/py-django-dpaste: Pastebin application that powers dpaste.de [NEW PORT]
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/
2013-12-08 13:17:41 +00:00