pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-asciinema py-asciinema: update to 2.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28e2a9d79612
branches:  trunk
changeset: 770348:28e2a9d79612
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 29 19:30:34 2021 +0000

description:
py-asciinema: update to 2.1.0.

## 2.1.0 (2021-10-02)

* Ability to pause/resume terminal capture with `C-\` key shortcut
* Desktop notifications - only for the above pause feature at the moment
* Removed dependency on tput/ncurses (thanks @arp242 / Martin Tournoij!)
* ASCIINEMA_REC env var is back (thanks @landonb / Landon Bouma!)
* Terminal answerbacks (CSI 6 n) in `asciinema cat` are now hidden (thanks @djpohly / Devin J. Pohly!)
* Codeset detection works on HP-UX now (thanks @michael-o / Michael Osipov!)
* Attempt at recording to existing file suggests use of `--overwrite` option now
* Upload for users with very long `$USER` is fixed
* Added official support for Python 3.8 and 3.9
* Dropped official support for EOL-ed Python 3.4 and 3.5
* Internal refactorings

diffstat:

 misc/py-asciinema/Makefile |  18 +++++++++---------
 misc/py-asciinema/PLIST    |  12 +++++++++++-
 misc/py-asciinema/distinfo |   8 ++++----
 3 files changed, 24 insertions(+), 14 deletions(-)

diffs (95 lines):

diff -r 6edbae0111da -r 28e2a9d79612 misc/py-asciinema/Makefile
--- a/misc/py-asciinema/Makefile        Mon Nov 29 18:32:51 2021 +0000
+++ b/misc/py-asciinema/Makefile        Mon Nov 29 19:30:34 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2019/01/27 10:37:33 leot Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/29 19:30:34 wiz Exp $
 
-DISTNAME=      asciinema-2.0.2
+DISTNAME=      asciinema-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    misc python
+CATEGORIES=    misc multimedia python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asciinema/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,18 +14,18 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-SUBST_CLASSES+=                fix-path
-SUBST_STAGE.fix-path=  pre-configure
-SUBST_MESSAGE.fix-path=        Fixing paths.
-SUBST_FILES.fix-path=  setup.py
+SUBST_CLASSES+=                fix-path               
+SUBST_STAGE.fix-path=  pre-configure               
+SUBST_MESSAGE.fix-path=        Fixing paths. 
+SUBST_FILES.fix-path=  setup.py                    
 SUBST_SED.fix-path=    -e 's,share/doc/asciinema,share/doc/asciinema-${PYVERSSUFFIX},g'
 SUBST_SED.fix-path+=   -e 's,share/man/man1,${PKGMANDIR}/man1,g'
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-          ${MV} asciinema asciinema-${PYVERSSUFFIX} || ${TRUE}
+               ${MV} asciinema asciinema-${PYVERSSUFFIX} || ${TRUE}
        cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && \
-          ${MV} asciinema.1 asciinema-${PYVERSSUFFIX}.1 || ${TRUE}
+               ${MV} asciinema.1 asciinema-${PYVERSSUFFIX}.1 || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6edbae0111da -r 28e2a9d79612 misc/py-asciinema/PLIST
--- a/misc/py-asciinema/PLIST   Mon Nov 29 18:32:51 2021 +0000
+++ b/misc/py-asciinema/PLIST   Mon Nov 29 19:30:34 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/18 08:56:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/11/29 19:30:34 wiz Exp $
 bin/asciinema-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -29,6 +29,9 @@
 ${PYSITELIB}/asciinema/asciicast/v2.py
 ${PYSITELIB}/asciinema/asciicast/v2.pyc
 ${PYSITELIB}/asciinema/asciicast/v2.pyo
+${PYSITELIB}/asciinema/async_worker.py
+${PYSITELIB}/asciinema/async_worker.pyc
+${PYSITELIB}/asciinema/async_worker.pyo
 ${PYSITELIB}/asciinema/commands/__init__.py
 ${PYSITELIB}/asciinema/commands/__init__.pyc
 ${PYSITELIB}/asciinema/commands/__init__.pyo
@@ -53,15 +56,22 @@
 ${PYSITELIB}/asciinema/config.py
 ${PYSITELIB}/asciinema/config.pyc
 ${PYSITELIB}/asciinema/config.pyo
+${PYSITELIB}/asciinema/data/icon-256x256.png
 ${PYSITELIB}/asciinema/http_adapter.py
 ${PYSITELIB}/asciinema/http_adapter.pyc
 ${PYSITELIB}/asciinema/http_adapter.pyo
+${PYSITELIB}/asciinema/notifier.py
+${PYSITELIB}/asciinema/notifier.pyc
+${PYSITELIB}/asciinema/notifier.pyo
 ${PYSITELIB}/asciinema/player.py
 ${PYSITELIB}/asciinema/player.pyc
 ${PYSITELIB}/asciinema/player.pyo
 ${PYSITELIB}/asciinema/pty.py
 ${PYSITELIB}/asciinema/pty.pyc
 ${PYSITELIB}/asciinema/pty.pyo
+${PYSITELIB}/asciinema/recorder.py
+${PYSITELIB}/asciinema/recorder.pyc
+${PYSITELIB}/asciinema/recorder.pyo
 ${PYSITELIB}/asciinema/term.py
 ${PYSITELIB}/asciinema/term.pyc
 ${PYSITELIB}/asciinema/term.pyo
diff -r 6edbae0111da -r 28e2a9d79612 misc/py-asciinema/distinfo
--- a/misc/py-asciinema/distinfo        Mon Nov 29 18:32:51 2021 +0000
+++ b/misc/py-asciinema/distinfo        Mon Nov 29 19:30:34 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:59:22 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/29 19:30:34 wiz Exp $
 
-BLAKE2s (asciinema-2.0.2.tar.gz) = 004c4341a563bf89414dcd39ddb203c5c5133f7a5a0e8be4bb64dc431fc06b62
-SHA512 (asciinema-2.0.2.tar.gz) = 16e8e52db6e0cd08648500c42d631503d95d7e92ecceb295bf00094ffe0b8ce5dcdaa43b82063b2fa6c0cb930c87bb60d9c167838f8baaf68acc02e9621a2925
-Size (asciinema-2.0.2.tar.gz) = 35228 bytes
+BLAKE2s (asciinema-2.1.0.tar.gz) = 2f9c61dc1b8033d6e9eba076a04f67cacaa624905a7035a27a8b0dbbbe07aa22
+SHA512 (asciinema-2.1.0.tar.gz) = 653eaaf7ff4ed49202b7b8b7999b1f969698fd08c7ba73c5fc7e005dafb1cd0116804d6553102556001b52f8539a8d0ad1e4c0c9a8a9aa19edcf48fb3f90c4aa
+Size (asciinema-2.1.0.tar.gz) = 78899 bytes



Home | Main Index | Thread Index | Old Index