pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-epr-reader: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Apr 14 13:09:07 2021 +0200
Changeset: d539e70cd6590d76256d20b89b9acff9a72aa1ca
Modified Files:
Makefile
Added Files:
py-epr-reader/DESCR
py-epr-reader/Makefile
py-epr-reader/PLIST
py-epr-reader/distinfo
Log Message:
py-epr-reader: add new package
Terminal/CLI Epub reader written in Python 3.6 with features:
- Remembers last read file (just run `epr` without any argument)
- Remembers last reading state for each file (per file saved state
written to `$HOME/.config/epr/config` or `$HOME/.epr` respectively
depending on availability)
- Adjustable text area width
- Adaptive to terminal resize
- Supports EPUB3 (no audio support)
- Secondary vim-like bindings
- Supports opening images
- Dark/Light colorscheme (depends on terminal color capability)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d539e70cd6590d76256d20b89b9acff9a72aa1ca
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 9 +++++++++
py-epr-reader/DESCR | 12 ++++++++++++
py-epr-reader/Makefile | 16 ++++++++++++++++
py-epr-reader/PLIST | 10 ++++++++++
py-epr-reader/distinfo | 6 ++++++
5 files changed, 53 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 19005ce26d..e69e819746 100644
--- a/Makefile
+++ b/Makefile
@@ -1147,6 +1147,7 @@ SUBDIR+= gnome-calculator
SUBDIR+= gnome-clipboard-daemon
SUBDIR+= gnome-common
SUBDIR+= gnome-core
+SUBDIR+= gnome-desktop2
SUBDIR+= gnome-jabber
SUBDIR+= gnome-js-common
SUBDIR+= gnome-maps
@@ -3511,6 +3512,7 @@ SUBDIR+= py-cxvpy
SUBDIR+= py-cyksuid
SUBDIR+= py-cymem
SUBDIR+= py-cysignals
+SUBDIR+= py-cython-blis
SUBDIR+= py-cythongsl
SUBDIR+= py-cytoolz
SUBDIR+= py-da
@@ -3643,6 +3645,7 @@ SUBDIR+= py-enum-compat
SUBDIR+= py-enumit
SUBDIR+= py-epigrass
SUBDIR+= py-epipy
+SUBDIR+= py-epr-reader
SUBDIR+= py-equation
SUBDIR+= py-errorhandler
SUBDIR+= py-escher
@@ -4010,6 +4013,7 @@ SUBDIR+= py-mishkal
SUBDIR+= py-mkdocs-material
SUBDIR+= py-mkdocs-material-extensions
SUBDIR+= py-mkdocs-with-pdf
+SUBDIR+= py-ml-datasets
SUBDIR+= py-mlt
SUBDIR+= py-mmLib
SUBDIR+= py-mne
@@ -4060,6 +4064,7 @@ SUBDIR+= py-multiprocess
SUBDIR+= py-multitasking
SUBDIR+= py-multivar-horner
SUBDIR+= py-munch
+SUBDIR+= py-murmurhash
SUBDIR+= py-mvpoly
SUBDIR+= py-myfitter
SUBDIR+= py-mys
@@ -4236,6 +4241,7 @@ SUBDIR+= py-ppscore
SUBDIR+= py-prayertime
SUBDIR+= py-prel
SUBDIR+= py-premailer
+SUBDIR+= py-preshed
SUBDIR+= py-prettytable
SUBDIR+= py-prind
SUBDIR+= py-print
@@ -4497,6 +4503,7 @@ SUBDIR+= py-sode
SUBDIR+= py-sofa
SUBDIR+= py-solpy
SUBDIR+= py-sortedcollections
+SUBDIR+= py-spacy
SUBDIR+= py-spambayes
SUBDIR+= py-spams
SUBDIR+= py-spark
@@ -4629,6 +4636,7 @@ SUBDIR+= py-thLib
SUBDIR+= py-thermistor
SUBDIR+= py-thermopy
SUBDIR+= py-thermostat
+SUBDIR+= py-thinc
SUBDIR+= py-tils
SUBDIR+= py-timeago
SUBDIR+= py-timeline
@@ -4735,6 +4743,7 @@ SUBDIR+= py-wadllib
SUBDIR+= py-wafo
SUBDIR+= py-wahcade
SUBDIR+= py-wally
+SUBDIR+= py-wasabi
SUBDIR+= py-wasanbon
SUBDIR+= py-wasserplan
SUBDIR+= py-watermark
diff --git a/py-epr-reader/DESCR b/py-epr-reader/DESCR
new file mode 100644
index 0000000000..c3c3e07836
--- /dev/null
+++ b/py-epr-reader/DESCR
@@ -0,0 +1,12 @@
+Terminal/CLI Epub reader written in Python 3.6 with features:
+
+- Remembers last read file (just run `epr` without any argument)
+- Remembers last reading state for each file (per file saved state
+ written to `$HOME/.config/epr/config` or `$HOME/.epr` respectively
+ depending on availability)
+- Adjustable text area width
+- Adaptive to terminal resize
+- Supports EPUB3 (no audio support)
+- Secondary vim-like bindings
+- Supports opening images
+- Dark/Light colorscheme (depends on terminal color capability)
diff --git a/py-epr-reader/Makefile b/py-epr-reader/Makefile
new file mode 100644
index 0000000000..55396e4c48
--- /dev/null
+++ b/py-epr-reader/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= epr-reader-2.4.10
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/epr-reader/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/wustho/epr
+COMMENT= Terminal/CLI Epub Reader
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-epr-reader/PLIST b/py-epr-reader/PLIST
new file mode 100644
index 0000000000..53dbf64407
--- /dev/null
+++ b/py-epr-reader/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/epr
+${PYSITELIB}/epr.py
+${PYSITELIB}/epr.pyc
+${PYSITELIB}/epr.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-epr-reader/distinfo b/py-epr-reader/distinfo
new file mode 100644
index 0000000000..c2423d4004
--- /dev/null
+++ b/py-epr-reader/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (epr-reader-2.4.10.tar.gz) = 7443ebc9572f15523079117bd269a08e7e42061f
+RMD160 (epr-reader-2.4.10.tar.gz) = 1c7d52c75022f8fcec42e7011b066d370dc05064
+SHA512 (epr-reader-2.4.10.tar.gz) = 30b147c6f78149a9f8072fe841c98d8eec05e5fe470432f5721445d92507ee00fe6ea7958ff7aa382d5a690b38f4615ff71c85b2eb6fc0e863c99da40023b29c
+Size (epr-reader-2.4.10.tar.gz) = 16315 bytes
Home |
Main Index |
Thread Index |
Old Index