public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webassets/
Date: Tue, 10 Mar 2020 18:32:17 +0000 (UTC)	[thread overview]
Message-ID: <1583865132.9e7cbcc6589286b4c6fb7cadd78f89e4e5220d3d.mgorny@gentoo> (raw)

commit:     9e7cbcc6589286b4c6fb7cadd78f89e4e5220d3d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 17:43:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 18:32:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7cbcc6

dev-python/webassets: Bump to 2.0, py3.{7,8}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/webassets/Manifest             |  1 +
 dev-python/webassets/webassets-2.0.ebuild | 41 +++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/webassets/Manifest b/dev-python/webassets/Manifest
index 871a8057675..1520f131cb5 100644
--- a/dev-python/webassets/Manifest
+++ b/dev-python/webassets/Manifest
@@ -1 +1,2 @@
 DIST webassets-0.12.1.tar.gz 181402 BLAKE2B 907a4184e0274a9543bda2b7c2fdfeabef346b0920d98e04abbfb3b9858ecae3c0da32b65efe8e4b52d82ab938e182e2e37f005ba25afb1d62235dcc5bc9bee7 SHA512 1e65956afc63dd4bbf43b3b7e220ec6edb8d69d817c6361de67bf8fc7a90b34d3f7e4d0bae4cc45cb3fc043802d2e5d5c8a7cc87421186000212a36605fbc26e
+DIST webassets-2.0.tar.gz 185864 BLAKE2B 8aaa7091c27644c6c464d13d106218e28531415458e67696c0243943a92a3869e23c7ff0aa8461abb876a178e3ad44f4b47a5366edb885d308dd8ec0f17ad034 SHA512 6d62d4e5c1ed81a2d235c24776b632574f3670ae3d863c5f5a79d0e1afc7acfa7965e532b7975503df758dbe6c8dbd857b250a6ea8e4b414c8f1ae12fb8addd7

diff --git a/dev-python/webassets/webassets-2.0.ebuild b/dev-python/webassets/webassets-2.0.ebuild
new file mode 100644
index 00000000000..5da3b13d94b
--- /dev/null
+++ b/dev-python/webassets/webassets-2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Asset management for Python web development"
+HOMEPAGE="https://github.com/miracle2k/webassets"
+SRC_URI="https://github.com/miracle2k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# ^^ pypi tarball is missing tests
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+# dev-ruby/sass confuses the tests, they expect 'sass' as the reference
+# compiler
+BDEPEND="
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		!!dev-ruby/sass
+	)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# webassets wants /usr/bin/babel from babeljs,
+	# but we have only one from openbabel
+	# ... and we don't have postcss
+	sed -i \
+		-e 's|\(TestBabel\)|No\1|' \
+		-e 's|\(TestAutoprefixer6Filter\)|No\1|' \
+		tests/test_filters.py || die
+
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2020-03-10 18:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 18:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-28  9:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/webassets/ Jakov Smolić
2021-02-27 21:39 Sam James
2020-05-11 17:48 Michał Górny
2020-05-10 15:19 Mikle Kolyada
2020-05-10 15:19 Mikle Kolyada
2020-02-06  7:10 Michał Górny
2019-12-29  8:53 David Seifert
2019-04-23 15:14 Alexey Shvetsov
2018-07-21  0:06 Mikle Kolyada
2018-06-24  9:40 Mikle Kolyada
2018-03-09 23:43 Sebastian Pipping
2017-06-20 12:37 Pacho Ramos
2017-05-02 16:41 Michał Górny
2016-09-12 14:21 Tiziano Müller

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=1583865132.9e7cbcc6589286b4c6fb7cadd78f89e4e5220d3d.mgorny@gentoo \
    --to=mgorny@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