public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-python/Djblets/
Date: Sat, 21 Nov 2015 08:38:10 +0000 (UTC)	[thread overview]
Message-ID: <1448095078.fa37e9d17bd68e3340b1e6a6e1cbc2725c8528a6.graaff@gentoo> (raw)

commit:     fa37e9d17bd68e3340b1e6a6e1cbc2725c8528a6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Nov 21 08:37:58 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:37:58 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=fa37e9d1

dev-python/Djblets: add 0.8.23

Package-Manager: portage-2.2.20.1

 dev-python/Djblets/Djblets-0.8.23.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-python/Djblets/Manifest              |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/Djblets/Djblets-0.8.23.ebuild b/dev-python/Djblets/Djblets-0.8.23.ebuild
new file mode 100644
index 0000000..fad7002
--- /dev/null
+++ b/dev-python/Djblets/Djblets-0.8.23.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="A collection of useful extensions for Django"
+HOMEPAGE="http://github.com/djblets/djblets"
+SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
+	<dev-python/django-1.7[${PYTHON_USEDEP}]
+	dev-python/pillowfight[${PYTHON_USEDEP}]
+	>=dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
+	<dev-python/django-pipeline-1.4[${PYTHON_USEDEP}]
+	>=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
+	dev-python/pytz[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+	# Running uglify is a problem right now, so skip this step. Rather
+	# have newer versions than compacted javascript.
+	sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i djblets/settings.py || die
+}

diff --git a/dev-python/Djblets/Manifest b/dev-python/Djblets/Manifest
index 131e7f0..d446abe 100644
--- a/dev-python/Djblets/Manifest
+++ b/dev-python/Djblets/Manifest
@@ -1,2 +1,3 @@
 DIST Djblets-0.7.31.tar.gz 430369 SHA256 c6bdb1fed30ec1c77a8b07d670a170ecc55404363adf09b2860903a328909e12 SHA512 d0defd2a6e0caecd807e156d968b0128266d60aaf336303ec9ea3e01be1f01455bc763da02d639e677f1122f8eda8e039054ae16222879392eff332ec7b49969 WHIRLPOOL 7063209e5d3e55d89d4cc6fcfea584e24712d2427870448141eefedd29a94af0f4eb41df6097962d513ba09fa56b7cb1a1e5cf17a13646a2c3f046407b4f9977
+DIST Djblets-0.8.23.tar.gz 282227 SHA256 6bfbdb8180e5ba39f898a3449433d414263c36da0860d95e184661fedadfda4a SHA512 a0c1a277f2ee2a37f49749908bfafb0914c82208c9475d94eb0099e021082831a96212ff6cbce122d998ba51aa2f7b5793db59e80b46dd9c38a0f73722356698 WHIRLPOOL 66c9dd4884a7c896aa97996936b30b2bef7f4d0164e5e7ecb04b7ed042903eb9626078810686b95ef521d78987d23f7ca157a0720a851efd324827adc3dc8fec
 DIST Djblets-0.9.tar.gz 330999 SHA256 f4b6bb2e3597efa67e7cbdccd5d0403480e3a88e5cd934098c73f018b9dc25e7 SHA512 2581e63b8f7fff68097ffc2b55d1d098cfbb818a267e7fbe7bb986e1180e810f0556d0f0c0ab406c86c9bcc0e013d9d92b5f37fd4282e3ceb18ea4b4fc5196b0 WHIRLPOOL bc4f29812efe4eb1e8a78b03415aabd33dceb13b275be0df11cd3d0eb843fd65fd5a889161c53f378b818174a58ab94030a1355f769562e747d45983ecd75205


             reply	other threads:[~2015-11-21  8:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21  8:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-21  7:07 [gentoo-commits] dev/graaff:master commit in: dev-python/Djblets/ Hans de Graaff
2016-10-21  7:00 Hans de Graaff
2016-10-21  6:44 Hans de Graaff
2016-04-22  6:40 Hans de Graaff
2016-03-04  6:08 Hans de Graaff
2016-03-04  6:08 Hans de Graaff
2016-02-24 13:42 Hans de Graaff
2015-11-20  9:35 Hans de Graaff
2014-09-16  7:58 Hans de Graaff
2014-09-15  6:42 Hans de Graaff

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=1448095078.fa37e9d17bd68e3340b1e6a6e1cbc2725c8528a6.graaff@gentoo \
    --to=graaff@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