public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/
Date: Sun, 21 Aug 2016 18:42:55 +0000 (UTC)	[thread overview]
Message-ID: <1471804965.c61592ff86f3fc25851e5cfe88a0709d60c11d23.kensington@gentoo> (raw)

commit:     c61592ff86f3fc25851e5cfe88a0709d60c11d23
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 18:22:54 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 18:42:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61592ff

app-misc/asciinema: version bump

Gentoo-bug: 532918

Package-Manager: portage-2.3.0

 app-misc/asciinema/Manifest               |  1 +
 app-misc/asciinema/asciinema-1.3.0.ebuild | 40 +++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
index b5a2c4f..69d9e49 100644
--- a/app-misc/asciinema/Manifest
+++ b/app-misc/asciinema/Manifest
@@ -1 +1,2 @@
 DIST asciinema-0.9.8.tar.gz 6336 SHA256 f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f SHA512 2df8520dca6c3a61e0bb5987a723a9668423da088cbba91e79ed51f0000e242290477f7a23e409270e29d5792e8a88e38d3c33963b835ce8dd9fc0cd24e2b7b4 WHIRLPOOL f7db1f8a2e6557879e08af44def66692699fa6296ed476d88cd93101045759b094ed487df8cae68a75377cbb9b91cefd21f103782fb550a739d9e952aa94bc21
+DIST asciinema-1.3.0.tar.gz 34214 SHA256 968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55 SHA512 882f2f9c23c42d6930fc54797a87134004c1e679b2c054d29c71a9af616604f6e54aa1461b7f0f9826557c66dcf51470710d6e2886d785cbf28464ea2397d5d2 WHIRLPOOL 68a9a32b4067115cdece92a69f824a15ac42bfe1855701fb1e74cb7d138022f235a83c4a879453f87ac3757f1dc3c5036d596e4b7cea84cf8f8891b696b1a1fe

diff --git a/app-misc/asciinema/asciinema-1.3.0.ebuild b/app-misc/asciinema/asciinema-1.3.0.ebuild
new file mode 100644
index 0000000..3295bb3
--- /dev/null
+++ b/app-misc/asciinema/asciinema-1.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_3,3_4})
+inherit distutils-r1
+
+DESCRIPTION="Command line recorder for asciinema.org service"
+HOMEPAGE="https://asciinema.org/ https://pypi.python.org/pypi/asciinema"
+SRC_URI="https://github.com/asciinema/asciinema/archive/v1.3.0.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+DOCS=( CHANGELOG.md CONTRIBUTING.md README.md doc/asciicast-v1.md )
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+
+	# obsolete, already removed in upstream git
+	rm asciinema/requests_http_adapter.py
+}
+
+python_test() {
+	nosetests || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman man/asciinema.1
+}


             reply	other threads:[~2016-08-21 18:43 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 18:42 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-13 23:12 [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ James Le Cuirot
2024-03-10  3:35 Michał Górny
2024-03-09 21:05 Sam James
2024-02-15 14:11 Michał Górny
2024-02-15 13:56 Sam James
2024-02-14 16:17 Michał Górny
2024-02-14 16:17 Michał Górny
2024-02-14 15:12 Sebastian Pipping
2023-09-22 22:21 Patrick McLean
2022-10-01  6:09 Agostino Sarubbo
2022-06-11 12:28 Yixun Lan
2022-06-07 20:59 Patrick McLean
2022-05-25 16:50 Jakov Smolić
2022-04-24 12:52 Michael Palimaka
2022-02-10  7:51 Sam James
2021-09-16  8:21 Arthur Zamarin
2021-07-08 19:26 Georgy Yakovlev
2021-02-21 13:53 Ben Kohler
2020-07-09 11:14 Michael Palimaka
2020-01-07 18:24 Ben Kohler
2019-04-13  2:46 Michael Palimaka
2019-04-13  2:46 Michael Palimaka
2019-02-27 13:25 Michael Palimaka
2019-02-22  6:53 Michael Palimaka
2018-09-12 14:39 Thomas Deutschmann
2018-06-29 23:23 Michael Palimaka
2018-06-24 12:50 Jason Zaman
2018-05-20  1:25 Aaron Bauman
2018-05-20  1:25 Aaron Bauman
2018-02-16 11:13 Michael Palimaka
2017-06-04 10:50 Michael Palimaka
2017-06-04 10:34 Agostino Sarubbo
2017-04-25  7:46 Michael Palimaka
2017-01-06 18:48 Michael Palimaka
2017-01-06 18:45 Michael Palimaka
2016-09-28 11:34 Michael Palimaka
2016-09-28 11:34 Michael Palimaka
2016-08-21 18:42 Michael Palimaka
2016-08-21 18:42 Michael Palimaka

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=1471804965.c61592ff86f3fc25851e5cfe88a0709d60c11d23.kensington@gentoo \
    --to=kensington@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