Archived
1
0
Fork 0

gnu: python-django: Specify CPE name.

* gnu/packages/django.scm (python-django, python2-django)[properties]: Add
"cpe-name".
This commit is contained in:
Marius Bakke 2017-04-04 18:30:52 +02:00
parent dcc9b6abc7
commit 33b2520175
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -80,7 +80,8 @@ development and clean, pragmatic design. It provides many tools for building
any Web site. Django focuses on automating as much as possible and adhering any Web site. Django focuses on automating as much as possible and adhering
to the @dfn{don't repeat yourself} (DRY) principle.") to the @dfn{don't repeat yourself} (DRY) principle.")
(license license:bsd-3) (license license:bsd-3)
(properties `((python2-variant . ,(delay python2-django)))))) (properties `((python2-variant . ,(delay python2-django))
(cpe-name . "django")))))
(define-public python2-django (define-public python2-django
(let ((base (package-with-python2 (strip-python2-variant python-django)))) (let ((base (package-with-python2 (strip-python2-variant python-django))))