public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/
Date: Sun, 20 May 2018 01:25:20 +0000 (UTC)	[thread overview]
Message-ID: <1526779513.ebdacd3b7af82e402357f6002a770380517ffb92.bman@gentoo> (raw)

commit:     ebdacd3b7af82e402357f6002a770380517ffb92
Author:     Georgy Yakovlev <ya <AT> sysdump <DOT> net>
AuthorDate: Fri May 18 23:51:25 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 01:25:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdacd3b

app-misc/asciinema: version bump to 2.0.1

Adds python-3.6 support.

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8461

 app-misc/asciinema/Manifest               |  1 +
 app-misc/asciinema/asciinema-2.0.1.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
index ff153dda52a..869aa6b2ee3 100644
--- a/app-misc/asciinema/Manifest
+++ b/app-misc/asciinema/Manifest
@@ -1,2 +1,3 @@
 DIST asciinema-1.4.0.tar.gz 35264 BLAKE2B 7a6eb179206afdcbe8d1a68cc7bdd7246cbb8d5ace870da40db2a1159a71f7cb18133c0bf286f0b0c1a4d2b7779fec9d1af602ca8b14d2fce478b84fe0e8adf4 SHA512 23c67a462acdbbbed495e6cc3e0e22ed028effcc945af30b5925854e216c6f74bb1b416d9b0001726732ae8be510796e996bbca69b225c20422143e5ed1aca5c
 DIST asciinema-2.0.0.tar.gz 47724 BLAKE2B 28ee2f19bdd7ca27720713af86492d2ac2d3acd53cadfdc82c613e187bcdb4d349c0a7629b7c48630b80c2f62bd20db25ebea43471bd04f205c2afca15b8b9c3 SHA512 af11134af1e69eabbf5a177000026830d418ed5d91e381f27c0631692bbaae04afc3f1086ea2065c54f49f227f7e575938c69d6d3bc8b5f9f06eca3fe084598e
+DIST asciinema-2.0.1.tar.gz 48597 BLAKE2B 9179d19c3c6980f35004145fc109dfa938fa020e1982389f7309c7716f8e18914fb8db46e74b2d778b043399d00a3348e499e9fc1849f5f02e1a729c8bde6084 SHA512 abc7e2a83032520d42b45524fbd103bd974b6857274fbb923b274d11f0a81a8d06cd1e97f1b7d6432a47e1ded6df5e37e52c69caaf7f15b1bf8b53f17dfc07d1

diff --git a/app-misc/asciinema/asciinema-2.0.1.ebuild b/app-misc/asciinema/asciinema-2.0.1.ebuild
new file mode 100644
index 00000000000..9d515cd798f
--- /dev/null
+++ b/app-misc/asciinema/asciinema-2.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Command line recorder for asciinema.org service"
+HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.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_test() {
+	nosetests || die
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman man/asciinema.1
+}


             reply	other threads:[~2018-05-20  1:25 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20  1:25 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-28 17:58 [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ Patrick McLean
2025-10-28 17:55 Patrick McLean
2025-10-04 18:50 Arthur Zamarin
2025-09-18 21:31 Sam James
2025-09-18 15:09 Jakov Smolić
2025-09-17 10:47 Sam James
2025-09-15 22:11 Patrick McLean
2025-02-13 23:12 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-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
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=1526779513.ebdacd3b7af82e402357f6002a770380517ffb92.bman@gentoo \
    --to=bman@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