[packages/python-django] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Jan 30 21:00:55 CET 2021


commit 19eb70bfe08d54482454ec42896d7c352d68b760
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 30 21:01:04 2021 +0100

    - disable python3 here

 python-django.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python-django.spec b/python-django.spec
index b8d79fe..fa38d2c 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 2.0 (for python 3.5+) see python3-django.spec
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-django.spec)
 %bcond_with	tests	# unit tests [failing: 1E, 1F as of 1.11.29]
 
 %define		module		django
@@ -10,8 +11,6 @@
 Summary:	The web framework for perfectionists with deadlines
 Summary(pl.UTF-8):	Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi
 Name:		python-%{module}
-# stay on LTS line
-# https://www.djangoproject.com/download/#supported-versions
 # keep 1.11.x here for python2 support
 Version:	1.11.29
 Release:	1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-django.git/commitdiff/19eb70bfe08d54482454ec42896d7c352d68b760



More information about the pld-cvs-commit mailing list