pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-binary-database-files



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 11 09:40:24 UTC 2020

Modified Files:
        pkgsrc/www/py-django-binary-database-files: DESCR Makefile

Log Message:
py-django-binary-database-files: pylint fixes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-binary-database-files/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-binary-database-files/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-binary-database-files/DESCR
diff -u pkgsrc/www/py-django-binary-database-files/DESCR:1.1 pkgsrc/www/py-django-binary-database-files/DESCR:1.2
--- pkgsrc/www/py-django-binary-database-files/DESCR:1.1        Tue Aug 18 14:27:16 2020
+++ pkgsrc/www/py-django-binary-database-files/DESCR    Fri Sep 11 09:40:24 2020
@@ -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.

Index: pkgsrc/www/py-django-binary-database-files/Makefile
diff -u pkgsrc/www/py-django-binary-database-files/Makefile:1.2 pkgsrc/www/py-django-binary-database-files/Makefile:1.3
--- pkgsrc/www/py-django-binary-database-files/Makefile:1.2     Wed Aug 19 00:29:46 2020
+++ pkgsrc/www/py-django-binary-database-files/Makefile Fri Sep 11 09:40:24 2020
@@ -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_PROJECT=       django-binary-database-f
 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