svn commit: r400574 - head/www/py-django-dpaste
Kubilay Kocak
koobs at FreeBSD.org
Sat Oct 31 12:13:47 UTC 2015
Author: koobs
Date: Sat Oct 31 12:13:45 2015
New Revision: 400574
URL: https://svnweb.freebsd.org/changeset/ports/400574
Log:
www/py-django-dpaste: Update to 2.9
- Update to 2.9. This fixes run-time and tests with www/django (1.8)
- Use Django 1.8 for RUN_DEPENDS
- Switch to USE_GITHUB (no new sources at PyPI)
Default to using Django 1.8 (www/py-django) because the current
version of www/py-django-mptt (a dependency) defaults to installing 1.8.
Installation currently causes a conflict as installation of both django16
and django18 are attempted:
py-django-dpaste -> www/django16, www/py-django-mptt
py-django-mptt -> www/django (1.8)
This fixes a failure in the quarterly ports branch reported by pkg-fallout.
Reviewed by: antoine
MFH: 2015Q4 (pre-approved: antoine)
Differential Revision: https://reviews.freebsd.org/D4048
Modified:
head/www/py-django-dpaste/Makefile
head/www/py-django-dpaste/distinfo
Modified: head/www/py-django-dpaste/Makefile
==============================================================================
--- head/www/py-django-dpaste/Makefile Sat Oct 31 12:09:32 2015 (r400573)
+++ head/www/py-django-dpaste/Makefile Sat Oct 31 12:13:45 2015 (r400574)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dpaste
-PORTVERSION= 2.8
+PORTVERSION= 2.9
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
@@ -13,8 +13,8 @@ COMMENT= Django based pastebin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django16 \
- ${PYTHON_PKGNAMEPREFIX}django-mptt>=0.6.0:${PORTSDIR}/www/py-django-mptt \
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \
+ ${PYTHON_PKGNAMEPREFIX}django-mptt>=0.7.4:${PORTSDIR}/www/py-django-mptt \
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests
@@ -25,8 +25,11 @@ MIGRATIONS_DESC= Schema and data migrati
MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.8.2:${PORTSDIR}/databases/py-south
USES= python
+USE_GITHUB= yes
USE_PYTHON= autoplist distutils
+GH_ACCOUNT= bartTC
+
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py
Modified: head/www/py-django-dpaste/distinfo
==============================================================================
--- head/www/py-django-dpaste/distinfo Sat Oct 31 12:09:32 2015 (r400573)
+++ head/www/py-django-dpaste/distinfo Sat Oct 31 12:13:45 2015 (r400574)
@@ -1,2 +1,2 @@
-SHA256 (dpaste-2.8.tar.gz) = caaaa9440cf756b6ff51209138c6e473cf7330a7b62066eb5eb94e39e6369ab6
-SIZE (dpaste-2.8.tar.gz) = 125829
+SHA256 (bartTC-dpaste-2.9_GH0.tar.gz) = 1e8d44619cf7fba61a3771783890f304bee98e2fc5ccba2cea14766bd008deba
+SIZE (bartTC-dpaste-2.9_GH0.tar.gz) = 147108
More information about the svn-ports-head
mailing list