* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2015-11-05 12:35 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2015-11-05 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 2e4a42a9ab20f4e9657f497f2a18cff8f0db0064
Author: Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 12:35:04 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 12:36:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4a42a9
Added django-cms (#427738)
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.1.2.ebuild | 42 +++++++++++++++++++++++++++
dev-python/django-cms/metadata.xml | 39 +++++++++++++++++++++++++
3 files changed, 82 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
new file mode 100644
index 0000000..ed08555
--- /dev/null
+++ b/dev-python/django-cms/Manifest
@@ -0,0 +1 @@
+DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b49fb676b6931d678fd5261a5fdb9b SHA512 ef8c2f25032f784b4f4a3d6b595577ee890fd249c54a71207eb6c2c7b3495164171db6f0e2f4aa49ed4b8e3ff5e682757ea2f396b69ff46d93419a35489fd213 WHIRLPOOL 85a22c9679b84fe04e4b29606328a50373a1d7aaa8174ee54e82d0cca08ef62ca8e3b946cf6ed0670f52253697046ecf65e2a8675ba9820286390b7af59dc143
diff --git a/dev-python/django-cms/django-cms-3.1.2.ebuild b/dev-python/django-cms/django-cms-3.1.2.ebuild
new file mode 100644
index 0000000..04f3a7b
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.1.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.6.9
+ admin-style? ( dev-python/djangocms-admin-style )
+ file? ( dev-python/djangocms-file )
+ flash? ( dev-python/djangocms-flash )
+ inherit? ( dev-python/djangocms-inherit )
+ link? ( dev-python/djangocms-link )
+ picture? ( dev-python/djangocms-picture )
+ snippet? ( dev-python/djangocms-snippet )
+ teaser? ( dev-python/djangocms-teaser )
+ video? ( dev-python/djangocms-video )
+ >=dev-python/django-classy-tags-0.5
+ >=dev-python/django-sekizai-0.7
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
+ dev-python/django-treebeard
+ dev-python/html5lib
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-cms/metadata.xml b/dev-python/django-cms/metadata.xml
new file mode 100644
index 0000000..241664d
--- /dev/null
+++ b/dev-python/django-cms/metadata.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <use>
+ <flag name="admin-style">
+ Install plugin customizing admin panel styles
+ </flag>
+ <flag name="ckeditor">
+ Install text-ckeditor plugin for rich text editing
+ </flag>
+ <flag name="file">
+ Install djangocms file plugin
+ </flag>
+ <flag name="flash">
+ Install djangocms flash plugin
+ </flag>
+ <flag name="inherit">
+ Install djangocms inherit plugin
+ </flag>
+ <flag name="link">
+ Install djangocms link plugin
+ </flag>
+ <flag name="picture">
+ Install djangocms picture plugin
+ </flag>
+ <flag name="snippet">
+ Install djangocms snippet plugin
+ </flag>
+ <flag name="teaser">
+ Install djangocms teaser plugin
+ </flag>
+ <flag name="video">
+ Install djangocms video plugin
+ </flag>
+ </use>
+</pkgmetadata>
\ No newline at end of file
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2015-12-08 5:54 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2015-12-08 5:54 UTC (permalink / raw
To: gentoo-commits
commit: 716778be47ddbb0ef7ef32a5b6bb4a5cb4e71ac9
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 05:56:58 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 05:56:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716778be
version bump
Package-Manager: portage-2.2.26
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.1.3.ebuild | 42 +++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index ed08555..5647457 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -1 +1,2 @@
DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b49fb676b6931d678fd5261a5fdb9b SHA512 ef8c2f25032f784b4f4a3d6b595577ee890fd249c54a71207eb6c2c7b3495164171db6f0e2f4aa49ed4b8e3ff5e682757ea2f396b69ff46d93419a35489fd213 WHIRLPOOL 85a22c9679b84fe04e4b29606328a50373a1d7aaa8174ee54e82d0cca08ef62ca8e3b946cf6ed0670f52253697046ecf65e2a8675ba9820286390b7af59dc143
+DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b5efecc87eb8fe5bd5eb1399f982c SHA512 261f1321d5f47ce6931b4bf89a1f4e1183a6353793537c840e61ea9200169889f4712b6eea77a5e15e58b065b48a8911e1f643af487eeb93519ec8ff1b46310d WHIRLPOOL cfeaf1e47730effdf2312687a0213bf7341512b8d2a6e4ccd1f2a54981b28b3242c36af0ea3e7ce4635451ca9ff4dd548025500e5f68d359ea34ade346bceec2
diff --git a/dev-python/django-cms/django-cms-3.1.3.ebuild b/dev-python/django-cms/django-cms-3.1.3.ebuild
new file mode 100644
index 0000000..04f3a7b
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.1.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.6.9
+ admin-style? ( dev-python/djangocms-admin-style )
+ file? ( dev-python/djangocms-file )
+ flash? ( dev-python/djangocms-flash )
+ inherit? ( dev-python/djangocms-inherit )
+ link? ( dev-python/djangocms-link )
+ picture? ( dev-python/djangocms-picture )
+ snippet? ( dev-python/djangocms-snippet )
+ teaser? ( dev-python/djangocms-teaser )
+ video? ( dev-python/djangocms-video )
+ >=dev-python/django-classy-tags-0.5
+ >=dev-python/django-sekizai-0.7
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
+ dev-python/django-treebeard
+ dev-python/html5lib
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2016-02-02 6:11 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2016-02-02 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 11e2a707e594a3410721ef06472dd588c20a6152
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 06:15:26 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 06:15:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e2a707
django-cms version bump
Package-Manager: portage-2.2.26
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.2.0.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index 5647457..6f25f90 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -1,2 +1,3 @@
DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b49fb676b6931d678fd5261a5fdb9b SHA512 ef8c2f25032f784b4f4a3d6b595577ee890fd249c54a71207eb6c2c7b3495164171db6f0e2f4aa49ed4b8e3ff5e682757ea2f396b69ff46d93419a35489fd213 WHIRLPOOL 85a22c9679b84fe04e4b29606328a50373a1d7aaa8174ee54e82d0cca08ef62ca8e3b946cf6ed0670f52253697046ecf65e2a8675ba9820286390b7af59dc143
DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b5efecc87eb8fe5bd5eb1399f982c SHA512 261f1321d5f47ce6931b4bf89a1f4e1183a6353793537c840e61ea9200169889f4712b6eea77a5e15e58b065b48a8911e1f643af487eeb93519ec8ff1b46310d WHIRLPOOL cfeaf1e47730effdf2312687a0213bf7341512b8d2a6e4ccd1f2a54981b28b3242c36af0ea3e7ce4635451ca9ff4dd548025500e5f68d359ea34ade346bceec2
+DIST django-cms-3.2.0.tar.gz 4705643 SHA256 599056dc41b2c30e1702dadd6f053d37f43f3ea1262fc165f2e6b3531bbf299d SHA512 c8ce43d3c335516a29eba4dc20bb611135b6971ea40a623f67d6248d58195819005bb2d58406cbc3fdb414f2303dff527b2f3d5dfa8610c90cce461bacd9e2bb WHIRLPOOL e15efb59a6a9193bf080d8458ed6c05779db92dc6d0f516244a95dbbf818904a39ae9dfc252b583eb5566e7c5bfff6e425da02d126aa526d065d49083716476f
diff --git a/dev-python/django-cms/django-cms-3.2.0.ebuild b/dev-python/django-cms/django-cms-3.2.0.ebuild
new file mode 100644
index 0000000..948b77c
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.6.9
+ admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
+ file? ( dev-python/djangocms-file )
+ flash? ( dev-python/djangocms-flash )
+ inherit? ( dev-python/djangocms-inherit )
+ link? ( dev-python/djangocms-link )
+ picture? ( dev-python/djangocms-picture )
+ snippet? ( dev-python/djangocms-snippet )
+ teaser? ( dev-python/djangocms-teaser )
+ video? ( dev-python/djangocms-video )
+ >=dev-python/django-classy-tags-0.7
+ >=dev-python/django-formtools-1.0
+ >=dev-python/django-sekizai-0.7
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
+ >=dev-python/django-treebeard-4.0
+ dev-python/html5lib
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2016-06-13 6:50 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2016-06-13 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 88dc88343500c6c9116c853ff01b544f11ffc1cb
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:34:41 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:50:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dc8834
version bump
Package-Manager: portage-2.3.0_rc1
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.3.0.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index 6f25f90..a876865 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -1,3 +1,4 @@
DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b49fb676b6931d678fd5261a5fdb9b SHA512 ef8c2f25032f784b4f4a3d6b595577ee890fd249c54a71207eb6c2c7b3495164171db6f0e2f4aa49ed4b8e3ff5e682757ea2f396b69ff46d93419a35489fd213 WHIRLPOOL 85a22c9679b84fe04e4b29606328a50373a1d7aaa8174ee54e82d0cca08ef62ca8e3b946cf6ed0670f52253697046ecf65e2a8675ba9820286390b7af59dc143
DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b5efecc87eb8fe5bd5eb1399f982c SHA512 261f1321d5f47ce6931b4bf89a1f4e1183a6353793537c840e61ea9200169889f4712b6eea77a5e15e58b065b48a8911e1f643af487eeb93519ec8ff1b46310d WHIRLPOOL cfeaf1e47730effdf2312687a0213bf7341512b8d2a6e4ccd1f2a54981b28b3242c36af0ea3e7ce4635451ca9ff4dd548025500e5f68d359ea34ade346bceec2
DIST django-cms-3.2.0.tar.gz 4705643 SHA256 599056dc41b2c30e1702dadd6f053d37f43f3ea1262fc165f2e6b3531bbf299d SHA512 c8ce43d3c335516a29eba4dc20bb611135b6971ea40a623f67d6248d58195819005bb2d58406cbc3fdb414f2303dff527b2f3d5dfa8610c90cce461bacd9e2bb WHIRLPOOL e15efb59a6a9193bf080d8458ed6c05779db92dc6d0f516244a95dbbf818904a39ae9dfc252b583eb5566e7c5bfff6e425da02d126aa526d065d49083716476f
+DIST django-cms-3.3.0.tar.gz 4860459 SHA256 45cd8b595f719308892e146c06958740103aa29349909a72f9cb2105dea7307f SHA512 88e2f395d094849c2be42830f1c469c5259204f60a446ea5bf4093c8858128375a036db0e948e528f0c1b4c8748c552a5f55b04e3f579f4985b650725ef735d2 WHIRLPOOL 2401e33f61859cf7678da1b13766aad935f93684beb5813074e188caa5451e3724f3fc84cc8a5bcc1efa04c0e67ba53c814b9f2f3832fe5958ba2a50d8cb0833
diff --git a/dev-python/django-cms/django-cms-3.3.0.ebuild b/dev-python/django-cms/django-cms-3.3.0.ebuild
new file mode 100644
index 0000000..948b77c
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.6.9
+ admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
+ file? ( dev-python/djangocms-file )
+ flash? ( dev-python/djangocms-flash )
+ inherit? ( dev-python/djangocms-inherit )
+ link? ( dev-python/djangocms-link )
+ picture? ( dev-python/djangocms-picture )
+ snippet? ( dev-python/djangocms-snippet )
+ teaser? ( dev-python/djangocms-teaser )
+ video? ( dev-python/djangocms-video )
+ >=dev-python/django-classy-tags-0.7
+ >=dev-python/django-formtools-1.0
+ >=dev-python/django-sekizai-0.7
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
+ >=dev-python/django-treebeard-4.0
+ dev-python/html5lib
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2016-10-22 19:35 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2016-10-22 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 88c1d179417c636c3d513a489900a8924661b72b
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:32:50 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c1d179
dev-python/django-cms: version bump to 3.4.1
Package-Manager: portage-2.3.2
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.4.1.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index a876865..68db649 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -2,3 +2,4 @@ DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b4
DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b5efecc87eb8fe5bd5eb1399f982c SHA512 261f1321d5f47ce6931b4bf89a1f4e1183a6353793537c840e61ea9200169889f4712b6eea77a5e15e58b065b48a8911e1f643af487eeb93519ec8ff1b46310d WHIRLPOOL cfeaf1e47730effdf2312687a0213bf7341512b8d2a6e4ccd1f2a54981b28b3242c36af0ea3e7ce4635451ca9ff4dd548025500e5f68d359ea34ade346bceec2
DIST django-cms-3.2.0.tar.gz 4705643 SHA256 599056dc41b2c30e1702dadd6f053d37f43f3ea1262fc165f2e6b3531bbf299d SHA512 c8ce43d3c335516a29eba4dc20bb611135b6971ea40a623f67d6248d58195819005bb2d58406cbc3fdb414f2303dff527b2f3d5dfa8610c90cce461bacd9e2bb WHIRLPOOL e15efb59a6a9193bf080d8458ed6c05779db92dc6d0f516244a95dbbf818904a39ae9dfc252b583eb5566e7c5bfff6e425da02d126aa526d065d49083716476f
DIST django-cms-3.3.0.tar.gz 4860459 SHA256 45cd8b595f719308892e146c06958740103aa29349909a72f9cb2105dea7307f SHA512 88e2f395d094849c2be42830f1c469c5259204f60a446ea5bf4093c8858128375a036db0e948e528f0c1b4c8748c552a5f55b04e3f579f4985b650725ef735d2 WHIRLPOOL 2401e33f61859cf7678da1b13766aad935f93684beb5813074e188caa5451e3724f3fc84cc8a5bcc1efa04c0e67ba53c814b9f2f3832fe5958ba2a50d8cb0833
+DIST django-cms-3.4.1.tar.gz 5071816 SHA256 faa84e9951d8d7cd82664cebc0a3ed46ee33d0940ed940623d2f4bac4d6214e1 SHA512 ff767d8f644602a65d9427390d315b33872e6dcd94d06f7abe7778a5f893cc41d7574681f7558b0d4bfa56784d1eb7e4b0e4e570eb24b921c754083f946b99d0 WHIRLPOOL 3fa9305cb909341a1e78eea6dc0c2f6b6613c74a7ca1c7aa5499c71352215c747d6948ae1e9582199545e162eac99252f13af6b39d940a3b80bc9da13739e633
diff --git a/dev-python/django-cms/django-cms-3.4.1.ebuild b/dev-python/django-cms/django-cms-3.4.1.ebuild
new file mode 100644
index 00000000..c0866d5
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.8
+ admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
+ file? ( dev-python/djangocms-file )
+ flash? ( dev-python/djangocms-flash )
+ inherit? ( dev-python/djangocms-inherit )
+ link? ( dev-python/djangocms-link )
+ picture? ( dev-python/djangocms-picture )
+ snippet? ( dev-python/djangocms-snippet )
+ teaser? ( dev-python/djangocms-teaser )
+ video? ( dev-python/djangocms-video )
+ >=dev-python/django-classy-tags-0.7
+ >=dev-python/django-formtools-1.0
+ >=dev-python/django-sekizai-0.7
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-3.2.0 )
+ >=dev-python/django-treebeard-4.0
+ dev-python/html5lib
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2017-05-23 10:43 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2017-05-23 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 4149a3ade70218246c35fa8babf78a7d19d7e51f
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 10:35:33 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4149a3ad
dev-python/django-cms: version bump to 3.4.3
Updated to use PYTHON_USEDEP, reported in 618924
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django-cms/Manifest | 1 +
dev-python/django-cms/django-cms-3.4.3.ebuild | 42 +++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index 68db6495285..4b3ab61a49a 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -3,3 +3,4 @@ DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b
DIST django-cms-3.2.0.tar.gz 4705643 SHA256 599056dc41b2c30e1702dadd6f053d37f43f3ea1262fc165f2e6b3531bbf299d SHA512 c8ce43d3c335516a29eba4dc20bb611135b6971ea40a623f67d6248d58195819005bb2d58406cbc3fdb414f2303dff527b2f3d5dfa8610c90cce461bacd9e2bb WHIRLPOOL e15efb59a6a9193bf080d8458ed6c05779db92dc6d0f516244a95dbbf818904a39ae9dfc252b583eb5566e7c5bfff6e425da02d126aa526d065d49083716476f
DIST django-cms-3.3.0.tar.gz 4860459 SHA256 45cd8b595f719308892e146c06958740103aa29349909a72f9cb2105dea7307f SHA512 88e2f395d094849c2be42830f1c469c5259204f60a446ea5bf4093c8858128375a036db0e948e528f0c1b4c8748c552a5f55b04e3f579f4985b650725ef735d2 WHIRLPOOL 2401e33f61859cf7678da1b13766aad935f93684beb5813074e188caa5451e3724f3fc84cc8a5bcc1efa04c0e67ba53c814b9f2f3832fe5958ba2a50d8cb0833
DIST django-cms-3.4.1.tar.gz 5071816 SHA256 faa84e9951d8d7cd82664cebc0a3ed46ee33d0940ed940623d2f4bac4d6214e1 SHA512 ff767d8f644602a65d9427390d315b33872e6dcd94d06f7abe7778a5f893cc41d7574681f7558b0d4bfa56784d1eb7e4b0e4e570eb24b921c754083f946b99d0 WHIRLPOOL 3fa9305cb909341a1e78eea6dc0c2f6b6613c74a7ca1c7aa5499c71352215c747d6948ae1e9582199545e162eac99252f13af6b39d940a3b80bc9da13739e633
+DIST django-cms-3.4.3.tar.gz 5234748 SHA256 c60dcbc1dabd3ba0473478b01b5a58ee3553bf587d4da2f46cc6d9fae1d16850 SHA512 0c6b418bf025b042cefc4bb89fb663cc419a8e806a3c6e436198b7bb595d8012f79c7f02d08cee891e5e1ef83bd4f52f0e2adcc4ebd1d22325a674cbc7e69be9 WHIRLPOOL 14d97cb54a6f079b264d17f573bdacf9aa3f23e8cd72ea8c661f0ba559664c7e7f770ae56b01a74641f317a5db26d6c74aeddb33d6dbfc4fad7bb7fb10e2d94a
diff --git a/dev-python/django-cms/django-cms-3.4.3.ebuild b/dev-python/django-cms/django-cms-3.4.3.ebuild
new file mode 100644
index 00000000000..712b9c2ed80
--- /dev/null
+++ b/dev-python/django-cms/django-cms-3.4.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django application for managing hierarchical pages of content"
+HOMEPAGE="https://www.django-cms.org/"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
+REQUIRED_USE="admin-style ckeditor"
+
+RDEPEND="
+ >=dev-python/django-1.8[${PYTHON_USEDEP}]
+ admin-style? ( >=dev-python/djangocms-admin-style-1.0[${PYTHON_USEDEP}] )
+ file? ( dev-python/djangocms-file[${PYTHON_USEDEP}] )
+ flash? ( dev-python/djangocms-flash[${PYTHON_USEDEP}] )
+ inherit? ( dev-python/djangocms-inherit[${PYTHON_USEDEP}] )
+ link? ( dev-python/djangocms-link[${PYTHON_USEDEP}] )
+ picture? ( dev-python/djangocms-picture[${PYTHON_USEDEP}] )
+ snippet? ( dev-python/djangocms-snippet[${PYTHON_USEDEP}] )
+ teaser? ( dev-python/djangocms-teaser[${PYTHON_USEDEP}] )
+ video? ( dev-python/djangocms-video[${PYTHON_USEDEP}] )
+ >=dev-python/django-classy-tags-0.7[${PYTHON_USEDEP}]
+ >=dev-python/django-formtools-1.0[${PYTHON_USEDEP}]
+ >=dev-python/django-sekizai-0.7[${PYTHON_USEDEP}]
+ ckeditor? ( >=dev-python/djangocms-text-ckeditor-3.2.0[${PYTHON_USEDEP}] )
+ >=dev-python/django-treebeard-4.0[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2017-06-02 6:48 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2017-06-02 6:48 UTC (permalink / raw
To: gentoo-commits
commit: a35a0a85dc56f809cb52b05fb1807a7cbd597baa
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 06:44:31 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 06:47:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35a0a85
dev-python/django-cms: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django-cms/Manifest | 5 ----
dev-python/django-cms/django-cms-3.1.2.ebuild | 41 --------------------------
dev-python/django-cms/django-cms-3.1.3.ebuild | 41 --------------------------
dev-python/django-cms/django-cms-3.2.0.ebuild | 42 ---------------------------
dev-python/django-cms/django-cms-3.3.0.ebuild | 42 ---------------------------
dev-python/django-cms/django-cms-3.4.1.ebuild | 42 ---------------------------
6 files changed, 213 deletions(-)
diff --git a/dev-python/django-cms/Manifest b/dev-python/django-cms/Manifest
index 4b3ab61a49a..2f76bbe5b8c 100644
--- a/dev-python/django-cms/Manifest
+++ b/dev-python/django-cms/Manifest
@@ -1,6 +1 @@
-DIST django-cms-3.1.2.tar.gz 4031123 SHA256 b59c89b6f7c3a802e74fe16159eb663df4b49fb676b6931d678fd5261a5fdb9b SHA512 ef8c2f25032f784b4f4a3d6b595577ee890fd249c54a71207eb6c2c7b3495164171db6f0e2f4aa49ed4b8e3ff5e682757ea2f396b69ff46d93419a35489fd213 WHIRLPOOL 85a22c9679b84fe04e4b29606328a50373a1d7aaa8174ee54e82d0cca08ef62ca8e3b946cf6ed0670f52253697046ecf65e2a8675ba9820286390b7af59dc143
-DIST django-cms-3.1.3.tar.gz 4035531 SHA256 f0b2122e33dfb9f52247365855712616d61b5efecc87eb8fe5bd5eb1399f982c SHA512 261f1321d5f47ce6931b4bf89a1f4e1183a6353793537c840e61ea9200169889f4712b6eea77a5e15e58b065b48a8911e1f643af487eeb93519ec8ff1b46310d WHIRLPOOL cfeaf1e47730effdf2312687a0213bf7341512b8d2a6e4ccd1f2a54981b28b3242c36af0ea3e7ce4635451ca9ff4dd548025500e5f68d359ea34ade346bceec2
-DIST django-cms-3.2.0.tar.gz 4705643 SHA256 599056dc41b2c30e1702dadd6f053d37f43f3ea1262fc165f2e6b3531bbf299d SHA512 c8ce43d3c335516a29eba4dc20bb611135b6971ea40a623f67d6248d58195819005bb2d58406cbc3fdb414f2303dff527b2f3d5dfa8610c90cce461bacd9e2bb WHIRLPOOL e15efb59a6a9193bf080d8458ed6c05779db92dc6d0f516244a95dbbf818904a39ae9dfc252b583eb5566e7c5bfff6e425da02d126aa526d065d49083716476f
-DIST django-cms-3.3.0.tar.gz 4860459 SHA256 45cd8b595f719308892e146c06958740103aa29349909a72f9cb2105dea7307f SHA512 88e2f395d094849c2be42830f1c469c5259204f60a446ea5bf4093c8858128375a036db0e948e528f0c1b4c8748c552a5f55b04e3f579f4985b650725ef735d2 WHIRLPOOL 2401e33f61859cf7678da1b13766aad935f93684beb5813074e188caa5451e3724f3fc84cc8a5bcc1efa04c0e67ba53c814b9f2f3832fe5958ba2a50d8cb0833
-DIST django-cms-3.4.1.tar.gz 5071816 SHA256 faa84e9951d8d7cd82664cebc0a3ed46ee33d0940ed940623d2f4bac4d6214e1 SHA512 ff767d8f644602a65d9427390d315b33872e6dcd94d06f7abe7778a5f893cc41d7574681f7558b0d4bfa56784d1eb7e4b0e4e570eb24b921c754083f946b99d0 WHIRLPOOL 3fa9305cb909341a1e78eea6dc0c2f6b6613c74a7ca1c7aa5499c71352215c747d6948ae1e9582199545e162eac99252f13af6b39d940a3b80bc9da13739e633
DIST django-cms-3.4.3.tar.gz 5234748 SHA256 c60dcbc1dabd3ba0473478b01b5a58ee3553bf587d4da2f46cc6d9fae1d16850 SHA512 0c6b418bf025b042cefc4bb89fb663cc419a8e806a3c6e436198b7bb595d8012f79c7f02d08cee891e5e1ef83bd4f52f0e2adcc4ebd1d22325a674cbc7e69be9 WHIRLPOOL 14d97cb54a6f079b264d17f573bdacf9aa3f23e8cd72ea8c661f0ba559664c7e7f770ae56b01a74641f317a5db26d6c74aeddb33d6dbfc4fad7bb7fb10e2d94a
diff --git a/dev-python/django-cms/django-cms-3.1.2.ebuild b/dev-python/django-cms/django-cms-3.1.2.ebuild
deleted file mode 100644
index aea5b16547d..00000000000
--- a/dev-python/django-cms/django-cms-3.1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.6.9
- admin-style? ( dev-python/djangocms-admin-style )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.5
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
- dev-python/django-treebeard
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-cms/django-cms-3.1.3.ebuild b/dev-python/django-cms/django-cms-3.1.3.ebuild
deleted file mode 100644
index aea5b16547d..00000000000
--- a/dev-python/django-cms/django-cms-3.1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.6.9
- admin-style? ( dev-python/djangocms-admin-style )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.5
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
- dev-python/django-treebeard
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-cms/django-cms-3.2.0.ebuild b/dev-python/django-cms/django-cms-3.2.0.ebuild
deleted file mode 100644
index 899c0204e00..00000000000
--- a/dev-python/django-cms/django-cms-3.2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.6.9
- admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.7
- >=dev-python/django-formtools-1.0
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
- >=dev-python/django-treebeard-4.0
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-cms/django-cms-3.3.0.ebuild b/dev-python/django-cms/django-cms-3.3.0.ebuild
deleted file mode 100644
index 899c0204e00..00000000000
--- a/dev-python/django-cms/django-cms-3.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.6.9
- admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.7
- >=dev-python/django-formtools-1.0
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-2.1.1 )
- >=dev-python/django-treebeard-4.0
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
diff --git a/dev-python/django-cms/django-cms-3.4.1.ebuild b/dev-python/django-cms/django-cms-3.4.1.ebuild
deleted file mode 100644
index f77322a61c0..00000000000
--- a/dev-python/django-cms/django-cms-3.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django application for managing hierarchical pages of content"
-HOMEPAGE="https://www.django-cms.org/"
-SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video"
-REQUIRED_USE="admin-style ckeditor"
-
-RDEPEND="
- >=dev-python/django-1.8
- admin-style? ( >=dev-python/djangocms-admin-style-1.0 )
- file? ( dev-python/djangocms-file )
- flash? ( dev-python/djangocms-flash )
- inherit? ( dev-python/djangocms-inherit )
- link? ( dev-python/djangocms-link )
- picture? ( dev-python/djangocms-picture )
- snippet? ( dev-python/djangocms-snippet )
- teaser? ( dev-python/djangocms-teaser )
- video? ( dev-python/djangocms-video )
- >=dev-python/django-classy-tags-0.7
- >=dev-python/django-formtools-1.0
- >=dev-python/django-sekizai-0.7
- ckeditor? ( >=dev-python/djangocms-text-ckeditor-3.2.0 )
- >=dev-python/django-treebeard-4.0
- dev-python/html5lib
-"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools
-"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/
@ 2017-06-02 7:27 Slawek Lis
0 siblings, 0 replies; 8+ messages in thread
From: Slawek Lis @ 2017-06-02 7:27 UTC (permalink / raw
To: gentoo-commits
commit: d4770b336746ce3ccb94627020ef5d65d5f69565
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 07:26:58 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 07:27:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4770b33
dev-python/django-cms: reformat PYTHON_COMPAT
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django-cms/django-cms-3.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-cms/django-cms-3.4.3.ebuild b/dev-python/django-cms/django-cms-3.4.3.ebuild
index 712b9c2ed80..24ec59d8dae 100644
--- a/dev-python/django-cms/django-cms-3.4.3.ebuild
+++ b/dev-python/django-cms/django-cms-3.4.3.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-06-02 7:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 6:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cms/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2017-06-02 7:27 Slawek Lis
2017-06-02 6:48 Slawek Lis
2017-05-23 10:43 Slawek Lis
2016-10-22 19:35 Slawek Lis
2016-06-13 6:50 Slawek Lis
2015-12-08 5:54 Slawek Lis
2015-11-05 12:35 Slawek Lis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox