Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django-binary-database-files py-django-binary-d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c721c74eabe1
branches: trunk
changeset: 438882:c721c74eabe1
user: adam <adam%pkgsrc.org@localhost>
date: Fri Sep 11 09:40:24 2020 +0000
description:
py-django-binary-database-files: pylint fixes
diffstat:
www/py-django-binary-database-files/DESCR | 2 +-
www/py-django-binary-database-files/Makefile | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d5325b5d4e73 -r c721c74eabe1 www/py-django-binary-database-files/DESCR
--- a/www/py-django-binary-database-files/DESCR Fri Sep 11 09:38:18 2020 +0000
+++ b/www/py-django-binary-database-files/DESCR Fri Sep 11 09:40:24 2020 +0000
@@ -1,3 +1,3 @@
This is a storage system for Django that stores uploaded files in binary
fields in the database. Files can be served from the database (usually a
-bad idea), the file system, or a CDN.
\ No newline at end of file
+bad idea), the file system, or a CDN.
diff -r d5325b5d4e73 -r c721c74eabe1 www/py-django-binary-database-files/Makefile
--- a/www/py-django-binary-database-files/Makefile Fri Sep 11 09:38:18 2020 +0000
+++ b/www/py-django-binary-database-files/Makefile Fri Sep 11 09:40:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/08/19 00:29:46 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/11 09:40:24 adam Exp $
DISTNAME= django-binary-database-files-1.0.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,8 +15,6 @@
GITHUB_TAG= cedd9f4608eb0da343cf15cfcaf5400a0754cc28
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
-
-USE_LANGUAGES= # none
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index