mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
www/py-django-assets: change the requirement in requires.txt for webassets to
be at least version 0.10 instead of exactly version 0.10 Bump PORTREVISION This allows the (work in progress) Pootle port to show a usage line instead of a dependency error. Differential Revision: https://reviews.freebsd.org/D2928 Approved by: maintainer (wg)
This commit is contained in:
parent
3c99d88354
commit
3eb38f95ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390731
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= django-assets
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -0,0 +1,7 @@
|
||||
--- django_assets.egg-info/requires.txt.orig 2014-07-03 12:03:42 UTC
|
||||
+++ django_assets.egg-info/requires.txt
|
||||
@@ -1,2 +1,2 @@
|
||||
Django>=1.1
|
||||
-webassets==0.10
|
||||
\ No newline at end of file
|
||||
+webassets>=0.10
|
Loading…
Reference in New Issue
Block a user