public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Slawek Lis" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-text-ckeditor/
Date: Sat, 22 Oct 2016 19:35:51 +0000 (UTC)	[thread overview]
Message-ID: <1477164983.19614a690eeb5e45fac212e97e69193e12dbd86f.slis@gentoo> (raw)

commit:     19614a690eeb5e45fac212e97e69193e12dbd86f
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:21:33 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19614a69

dev-python/djangocms-text-ckeditor: version bump to 3.3.0

Package-Manager: portage-2.3.2

 dev-python/djangocms-text-ckeditor/Manifest        |  1 +
 .../djangocms-text-ckeditor-3.3.0.ebuild           | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/djangocms-text-ckeditor/Manifest b/dev-python/djangocms-text-ckeditor/Manifest
index 7727d92..94f6212 100644
--- a/dev-python/djangocms-text-ckeditor/Manifest
+++ b/dev-python/djangocms-text-ckeditor/Manifest
@@ -1,3 +1,4 @@
 DIST djangocms-text-ckeditor-2.6.0.tar.gz 1364155 SHA256 d0ef15a9058ba640cc7227348d1a32399539326bd6729eb5a792e876a07da51a SHA512 b246dcf706e2dcfccc5cdc6012adba30195824e69f761687a1b937f9e49c9efbae159c1d43611c9c51df2f575e91ce9a01eaf4d3229d502065dd9302b588482f WHIRLPOOL df644323d4c205ff107b0561c70b1935f160297fed2746d427bc315c9bc0f9b5acca00bb401bf0e6d1d9a90e533187348ccb0871aeedbc9b7ac0048d5f3048f9
 DIST djangocms-text-ckeditor-2.8.1.tar.gz 1378460 SHA256 96a88f620d3f908197fe3676220793abf9f4b0e2d919f79e3eb00d29e3ecac1d SHA512 70488f847f62cecf2d472567d4f45dbbea74dbe68d81da51dcfef22bc31ea8fbdb12b4097167520d35d47c61d924005aec4ab8a70107e1f57a03be370baf5067 WHIRLPOOL 58b24c26ac8016567f97c3a3e7ded16739d95c3adb665d493c63a1f6cbf97fab0623016db17e0e25340cb9ed4042074f3fc305ab13fba174f8b6f2d3c9e08d56
 DIST djangocms-text-ckeditor-3.0.0.tar.gz 1383982 SHA256 dbb38d04de754ca5ae3a0db65ba5ca2e0f4d42618304abeddba49d74ee57576d SHA512 6571b5923c69a6acf985fbb5a3a4131714fd65dd6655eb9e0bf26d5049cf6675cbc7a63bb230f5a002b7d941ce8f8520d263a96eb6a847226be58e57c1fced86 WHIRLPOOL 8448cbb2bcb0fa8ec4ed8eda7f987c6cf38f564e4580ad49d6a4d36b6e8cb3359609585f64d04b7b0019febc55d01e4748331dda6a26ef0aba0339dcceab1f59
+DIST djangocms-text-ckeditor-3.3.0.tar.gz 1611008 SHA256 f3bececc695ca6d35be6cd1c94eb98bb2b8aee45aef0db12607543a344647de3 SHA512 5d5c35be5127f175eebcb5978bb1135d03807e8affa7b942d48af61c849f5dd3e23937574afdda992e17608b5879738663f93b77f4d32faac04b1d007fcc78c2 WHIRLPOOL 92b10dae198d599b01ba8f917a55b8ff0f2250b86dc806892018f5b651ec3020b803a8c087b52bc4c8bb3385965e33569c3e6f50f6562e0cddb11dd062305658

diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
new file mode 100644
index 00000000..d47d00b
--- /dev/null
+++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Text Plugin for django CMS with CKEditor support"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-text-ckeditor/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools
+"
+
+src_prepare() {
+	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
+	eapply_user
+}


             reply	other threads:[~2016-10-22 19:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-22 19:35 Slawek Lis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-02  7:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-text-ckeditor/ Slawek Lis
2017-06-02  6:48 Slawek Lis
2017-06-02  6:48 Slawek Lis
2017-05-23 10:43 Slawek Lis
2016-11-04  7:37 Slawek Lis
2016-10-24  7:34 Slawek Lis
2016-06-13  6:50 Slawek Lis
2016-02-02 10:37 Slawek Lis
2015-12-23 19:16 Justin Lecher
2015-11-05 12:35 Slawek Lis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477164983.19614a690eeb5e45fac212e97e69193e12dbd86f.slis@gentoo \
    --to=slis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox