diff --git a/app-accessibility/rhvoice/metadata.xml b/app-accessibility/rhvoice/metadata.xml index b48257dea6..9e4ffb92d1 100644 --- a/app-accessibility/rhvoice/metadata.xml +++ b/app-accessibility/rhvoice/metadata.xml @@ -25,7 +25,7 @@ Build utilities needed for the ones creating voices - + RHVoice is a free and open source speech synthesizer. Voices are built from recordings of natural speech. They have diff --git a/app-dicts/dictd-devils/metadata.xml b/app-dicts/dictd-devils/metadata.xml index cc4375fc8c..11cf7398eb 100644 --- a/app-dicts/dictd-devils/metadata.xml +++ b/app-dicts/dictd-devils/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + A database for 'dict'-compatible dictionary software, based on Ambrose Bierce's satirical The Devil's Dictionary. diff --git a/app-dicts/dictd-elements/metadata.xml b/app-dicts/dictd-elements/metadata.xml index 598de2a5a8..4a77f92570 100644 --- a/app-dicts/dictd-elements/metadata.xml +++ b/app-dicts/dictd-elements/metadata.xml @@ -11,7 +11,7 @@ Jay Kominek - + A database for 'dict'-compatible dictionary software, based on Jay Kominek's descriptions of the atomic elements. diff --git a/app-dicts/dictd-foldoc/metadata.xml b/app-dicts/dictd-foldoc/metadata.xml index f93045dda0..3186105fc5 100644 --- a/app-dicts/dictd-foldoc/metadata.xml +++ b/app-dicts/dictd-foldoc/metadata.xml @@ -11,7 +11,7 @@ Denis Howe - + A database for 'dict'-compatible dictionary software, based on the Free On-line Dictionary of Computing describing various topics in computing. diff --git a/app-dicts/dictd-jargon/metadata.xml b/app-dicts/dictd-jargon/metadata.xml index 8336acd2de..518a6b496b 100644 --- a/app-dicts/dictd-jargon/metadata.xml +++ b/app-dicts/dictd-jargon/metadata.xml @@ -16,7 +16,7 @@ gls@think.com - + A database for 'dict'-compatible dictionary software, based on the classic Jargon File describing the slang that developed around computer programming in the '70s and '80s. diff --git a/app-dicts/dictd-web1913/metadata.xml b/app-dicts/dictd-web1913/metadata.xml index d70493a35a..18851e0de2 100644 --- a/app-dicts/dictd-web1913/metadata.xml +++ b/app-dicts/dictd-web1913/metadata.xml @@ -12,7 +12,7 @@ cassidy@micra.com - + A database for 'dict'-compatible dictionary software, based on the 1913 edition of Webster's Revised Unabridged Dictionary as digitized by MICRA, Inc. diff --git a/app-editors/kitscenarist/metadata.xml b/app-editors/kitscenarist/metadata.xml index 96898b2bb8..42abc94f22 100644 --- a/app-editors/kitscenarist/metadata.xml +++ b/app-editors/kitscenarist/metadata.xml @@ -5,7 +5,7 @@ ahvenas@gmail.com Henrik Pihl - + KIT Scenarist is a program for creating screenplays which oriented at international standards in the field of film production. The program is a full-featured studio for creating stories from the birth of the idea and diff --git a/app-misc/ghq/metadata.xml b/app-misc/ghq/metadata.xml index f0c48039f2..1ad765ec04 100644 --- a/app-misc/ghq/metadata.xml +++ b/app-misc/ghq/metadata.xml @@ -3,6 +3,6 @@ kenichi.taka@gmail.com - Primary maintainer + Kenichi Takahashi diff --git a/app-office/openoffice-bin/metadata.xml b/app-office/openoffice-bin/metadata.xml index 430cba1cf3..f7bec09531 100644 --- a/app-office/openoffice-bin/metadata.xml +++ b/app-office/openoffice-bin/metadata.xml @@ -5,7 +5,7 @@ torokhov-s-a@yandex.ru Sergey Torokhov - + Openoffice is the opensource version of staroffice. This is the binary version of Openoffice. Use this if you don't want to wait for the source version to build, but be advised that this may not perform as quickly once installed as a natively compiled version. diff --git a/app-shells/zsh-history-to-fish/metadata.xml b/app-shells/zsh-history-to-fish/metadata.xml index dceacea2f8..cc90a80dd5 100644 --- a/app-shells/zsh-history-to-fish/metadata.xml +++ b/app-shells/zsh-history-to-fish/metadata.xml @@ -5,7 +5,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Bring your ZSH history to Fish shell This is a simple tool to ease the migration from ZSH to Fish shell, without losing your hard-earned history commands. diff --git a/app-text/komikku/komikku-0.29.2.ebuild b/app-text/komikku/komikku-0.29.2.ebuild index f9b769d34c..70f88edb6a 100644 --- a/app-text/komikku/komikku-0.29.2.ebuild +++ b/app-text/komikku/komikku-0.29.2.ebuild @@ -3,8 +3,8 @@ EAPI=7 -MY_PN="Komikku" -MY_P="${MY_PN}-${PV}" +MY_PN="${PN^}" +MY_P="${MY_PN}-v${PV}" PYTHON_COMPAT=( python3_{8,9} ) @@ -12,7 +12,7 @@ inherit python-single-r1 meson gnome2-utils xdg DESCRIPTION="An online/offline manga reader for GNOME" HOMEPAGE="https://gitlab.com/valos/Komikku" -SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" RESTRICT="test" KEYWORDS="~amd64" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" >=gui-libs/libhandy-1.2.0 - >=x11-libs/gtk+-3.24.10 + >=x11-libs/gtk+-3.24.10:3 $(python_gen_cond_dep ' dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/cloudscraper[${PYTHON_USEDEP}] @@ -42,7 +42,7 @@ RDEPEND=" ${DEPEND} " -S="${WORKDIR}/${MY_PN}-v${PV}" +S="${WORKDIR}/${MY_P}" pkg_setup() { python-single-r1_pkg_setup @@ -52,9 +52,8 @@ src_install() { meson_src_install python_optimize - # Dirty hack (python_doscript doesn't work) - echo "#!/usr/bin/${EPYTHON} - $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}" + sed -i "s/#!.*/#!${EPYTHON}/" "${D}/usr/bin/${PN}" || + die "Failed to fix ${D}/usr/bin/${PN} interpreter" } pkg_preinst() { diff --git a/dev-R/MASS/metadata.xml b/dev-R/MASS/metadata.xml index bd3e0cb4b7..1589a76431 100644 --- a/dev-R/MASS/metadata.xml +++ b/dev-R/MASS/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Support Functions and Datasets for Venables and Ripley's MASS // Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002). diff --git a/dev-R/Matrix/metadata.xml b/dev-R/Matrix/metadata.xml index 2b5e2fc2c1..9a18f97bf2 100644 --- a/dev-R/Matrix/metadata.xml +++ b/dev-R/Matrix/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Sparse and Dense Matrix Classes and Methods // A rich hierarchy of matrix classes, including triangular, symmetric, and diagonal matrices, both dense and sparse and with pattern, diff --git a/dev-R/RColorBrewer/metadata.xml b/dev-R/RColorBrewer/metadata.xml index bff25fba5f..f05b55131c 100644 --- a/dev-R/RColorBrewer/metadata.xml +++ b/dev-R/RColorBrewer/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + ColorBrewer Palettes // Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml index 7436faed7e..708c40bc56 100644 --- a/dev-R/RInside/metadata.xml +++ b/dev-R/RInside/metadata.xml @@ -1,7 +1,7 @@ - C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well. + C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well. co-maintainers welcome lssndrbarbieri@gmail.com diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml index a722d6f337..216af74759 100644 --- a/dev-R/RcppArmadillo/metadata.xml +++ b/dev-R/RcppArmadillo/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library // 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance diff --git a/dev-R/askpass/metadata.xml b/dev-R/askpass/metadata.xml index 3f289ed723..9609ff450d 100644 --- a/dev-R/askpass/metadata.xml +++ b/dev-R/askpass/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Safe Password Entry for R, Git, and SSH // Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a diff --git a/dev-R/brew/metadata.xml b/dev-R/brew/metadata.xml index fbe718a670..128a71c1f7 100644 --- a/dev-R/brew/metadata.xml +++ b/dev-R/brew/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Templating Framework for Report Generation // brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb diff --git a/dev-R/brio/metadata.xml b/dev-R/brio/metadata.xml index 51195f550e..c53f2f35d4 100644 --- a/dev-R/brio/metadata.xml +++ b/dev-R/brio/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Basic R Input Output // Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control diff --git a/dev-R/callr/metadata.xml b/dev-R/callr/metadata.xml index a3d682382f..b03b37c3fe 100644 --- a/dev-R/callr/metadata.xml +++ b/dev-R/callr/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Call R from R // It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that. diff --git a/dev-R/colorspace/metadata.xml b/dev-R/colorspace/metadata.xml index f053153bef..243ff7290e 100644 --- a/dev-R/colorspace/metadata.xml +++ b/dev-R/colorspace/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + A Toolbox for Manipulating and Assessing Colors and Palettes // Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml index ade12481cf..3a943e3345 100644 --- a/dev-R/commonmark/metadata.xml +++ b/dev-R/commonmark/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + High Performance CommonMark and Github Markdown Rendering in R // The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference diff --git a/dev-R/covr/metadata.xml b/dev-R/covr/metadata.xml index 3975c26cce..17eefb638a 100644 --- a/dev-R/covr/metadata.xml +++ b/dev-R/covr/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Test Coverage for Packages // Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' https://codecov.io or 'Coveralls' diff --git a/dev-R/curl/metadata.xml b/dev-R/curl/metadata.xml index 2e754b6d72..067a007e65 100644 --- a/dev-R/curl/metadata.xml +++ b/dev-R/curl/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + A Modern and Flexible Web Client for R // The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better diff --git a/dev-R/desc/metadata.xml b/dev-R/desc/metadata.xml index b76024cb44..afce36380f 100644 --- a/dev-R/desc/metadata.xml +++ b/dev-R/desc/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Manipulate DESCRIPTION Files // Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages. diff --git a/dev-R/diffobj/metadata.xml b/dev-R/diffobj/metadata.xml index 5629449531..77c510ccff 100644 --- a/dev-R/diffobj/metadata.xml +++ b/dev-R/diffobj/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Diffs for R Objects // Generate a colorized diff of two R objects for an intuitive visualization of their differences. diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml index 02dd786c0b..7902de2a83 100644 --- a/dev-R/evaluate/metadata.xml +++ b/dev-R/evaluate/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Parsing and Evaluation Tools that Provide More Details than the Default // Parsing and evaluation tools that make it easy to recreate the command line behaviour of R. diff --git a/dev-R/farver/metadata.xml b/dev-R/farver/metadata.xml index 6957384c0c..ef6e7b3432 100644 --- a/dev-R/farver/metadata.xml +++ b/dev-R/farver/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + High Performance Colour Space Manipulation // The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, diff --git a/dev-R/generics/metadata.xml b/dev-R/generics/metadata.xml index 722e78acb6..2a54c665fd 100644 --- a/dev-R/generics/metadata.xml +++ b/dev-R/generics/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics. + In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics. https://github.com/r-lib/generics/issues https://cran.r-project.org/web/packages/generics/generics.pdf diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml index f6471223e6..121549794f 100644 --- a/dev-R/ggplot2/metadata.xml +++ b/dev-R/ggplot2/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Create Elegant Data Visualisations Using the Grammar of Graphics // A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' diff --git a/dev-R/gh/metadata.xml b/dev-R/gh/metadata.xml index 205d3df580..d11a2ee6ff 100644 --- a/dev-R/gh/metadata.xml +++ b/dev-R/gh/metadata.xml @@ -1,5 +1,10 @@ - 'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'. + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + 'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'. diff --git a/dev-R/gitcreds/metadata.xml b/dev-R/gitcreds/metadata.xml index 993d14d7b8..8b9dbc66ac 100644 --- a/dev-R/gitcreds/metadata.xml +++ b/dev-R/gitcreds/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Query 'git' Credentials from 'R' // Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used diff --git a/dev-R/gtable/metadata.xml b/dev-R/gtable/metadata.xml index bdc306313f..b682b08be1 100644 --- a/dev-R/gtable/metadata.xml +++ b/dev-R/gtable/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Arrange 'Grobs' in Tables // Tools to make it easier to work with "tables" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and diff --git a/dev-R/highr/metadata.xml b/dev-R/highr/metadata.xml index a023abc3f7..5bff8103b9 100644 --- a/dev-R/highr/metadata.xml +++ b/dev-R/highr/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Syntax Highlighting for R Source Code // Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via diff --git a/dev-R/httr/metadata.xml b/dev-R/httr/metadata.xml index 4d7a080ed1..a55f93f0e1 100644 --- a/dev-R/httr/metadata.xml +++ b/dev-R/httr/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Tools for Working with URLs and HTTP // Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional diff --git a/dev-R/hunspell/metadata.xml b/dev-R/hunspell/metadata.xml index c4c97701f9..c511c6ca3a 100644 --- a/dev-R/hunspell/metadata.xml +++ b/dev-R/hunspell/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + High-Performance Stemmer, Tokenizer, and Spell Checker // Low level spell checker and morphological analyzer based on the famous 'hunspell' library https://hunspell.github.io. The diff --git a/dev-R/ini/metadata.xml b/dev-R/ini/metadata.xml index 9a3d623887..260d2640d4 100644 --- a/dev-R/ini/metadata.xml +++ b/dev-R/ini/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Read and Write '.ini' Files // Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured diff --git a/dev-R/isoband/metadata.xml b/dev-R/isoband/metadata.xml index 37d5849248..1fdb6b0167 100644 --- a/dev-R/isoband/metadata.xml +++ b/dev-R/isoband/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Generate Isolines and Isobands from Regularly Spaced Elevation Grids // A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml index cf38b846d4..edcddc053c 100644 --- a/dev-R/jsonlite/metadata.xml +++ b/dev-R/jsonlite/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + A Simple and Robust JSON Parser and Generator for R // A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers simple, flexible tools for diff --git a/dev-R/knitr/metadata.xml b/dev-R/knitr/metadata.xml index f6112a4e65..7edff8b7b0 100644 --- a/dev-R/knitr/metadata.xml +++ b/dev-R/knitr/metadata.xml @@ -1,7 +1,12 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + A General-Purpose Package for Dynamic Report Generation in R // Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. diff --git a/dev-R/labeling/metadata.xml b/dev-R/labeling/metadata.xml index ca13614b80..1be0e1f3dc 100644 --- a/dev-R/labeling/metadata.xml +++ b/dev-R/labeling/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Axis Labeling // Functions which provide a range of axis labeling algorithms. diff --git a/dev-R/lattice/metadata.xml b/dev-R/lattice/metadata.xml index 0320a91714..14fff50cd7 100644 --- a/dev-R/lattice/metadata.xml +++ b/dev-R/lattice/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Trellis Graphics for R // A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for diff --git a/dev-R/lazyeval/metadata.xml b/dev-R/lazyeval/metadata.xml index b8aa72e765..f771d0cd10 100644 --- a/dev-R/lazyeval/metadata.xml +++ b/dev-R/lazyeval/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Lazy (Non-Standard) Evaluation // An alternative approach to non- standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier diff --git a/dev-R/markdown/metadata.xml b/dev-R/markdown/metadata.xml index cc56c2f64c..6c7f1712ab 100644 --- a/dev-R/markdown/metadata.xml +++ b/dev-R/markdown/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Render Markdown with the C Library 'Sundown' // Provides R bindings to the 'Sundown' Markdown rendering library (https://github.com/vmg/sundown). Markdown is a plain-text diff --git a/dev-R/mgcv/metadata.xml b/dev-R/mgcv/metadata.xml index a444a9069f..7af2a6c2e8 100644 --- a/dev-R/mgcv/metadata.xml +++ b/dev-R/mgcv/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Mixed GAM Computation Vehicle with Automatic Smoothness Estimation // Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with diff --git a/dev-R/mime/metadata.xml b/dev-R/mime/metadata.xml index e6842c8c00..5b9f02465e 100644 --- a/dev-R/mime/metadata.xml +++ b/dev-R/mime/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Map Filenames to MIME Types // Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. diff --git a/dev-R/munsell/metadata.xml b/dev-R/munsell/metadata.xml index 6406173a47..c3948b2111 100644 --- a/dev-R/munsell/metadata.xml +++ b/dev-R/munsell/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Utilities for Using Munsell Colours // Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. "5R 5/10") and diff --git a/dev-R/nlme/metadata.xml b/dev-R/nlme/metadata.xml index c26221bf32..fa32084ebf 100644 --- a/dev-R/nlme/metadata.xml +++ b/dev-R/nlme/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Linear and Nonlinear Mixed Effects Models // Fit and compare Gaussian linear and nonlinear mixed-effects models. diff --git a/dev-R/nnet/metadata.xml b/dev-R/nnet/metadata.xml index 843c471f79..4f51c240ae 100644 --- a/dev-R/nnet/metadata.xml +++ b/dev-R/nnet/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Feed-Forward Neural Networks and Multinomial Log-Linear Models // Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models. diff --git a/dev-R/openssl/metadata.xml b/dev-R/openssl/metadata.xml index 4278f7d8ec..586d4fd244 100644 --- a/dev-R/openssl/metadata.xml +++ b/dev-R/openssl/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Toolkit for Encryption, Signatures and Certificates Based on OpenSSL // Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml index 822aa652db..193150a670 100644 --- a/dev-R/pkgload/metadata.xml +++ b/dev-R/pkgload/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Simulate Package Installation and Attach // Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly diff --git a/dev-R/praise/metadata.xml b/dev-R/praise/metadata.xml index c7ba51614d..1989a0b33e 100644 --- a/dev-R/praise/metadata.xml +++ b/dev-R/praise/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Praise Users // Build friendly R packages that praise their users if they have done something good, or they just need it to feel better. diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml index de4dcaa9e7..6e6f1f3eda 100644 --- a/dev-R/processx/metadata.xml +++ b/dev-R/processx/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Execute and Control System Processes // Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get diff --git a/dev-R/ps/metadata.xml b/dev-R/ps/metadata.xml index 9406382bff..02fb4b937f 100644 --- a/dev-R/ps/metadata.xml +++ b/dev-R/ps/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + List, Query, Manipulate System Processes // List, query and manipulate all system processes, on 'Windows', 'Linux' and 'macOS'. diff --git a/dev-R/rematch2/metadata.xml b/dev-R/rematch2/metadata.xml index 719f125814..493ada25d0 100644 --- a/dev-R/rematch2/metadata.xml +++ b/dev-R/rematch2/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Tidy Output from Regular Expression Matching // Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy data frames. diff --git a/dev-R/rex/metadata.xml b/dev-R/rex/metadata.xml index 932b0c7ed5..8f68d6dc21 100644 --- a/dev-R/rex/metadata.xml +++ b/dev-R/rex/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Friendly Regular Expressions // A friendly interface for the construction of regular expressions. diff --git a/dev-R/roxygen2/metadata.xml b/dev-R/roxygen2/metadata.xml index c89f24bbdb..29193fcffd 100644 --- a/dev-R/roxygen2/metadata.xml +++ b/dev-R/roxygen2/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + In-Line Documentation for R // Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it diff --git a/dev-R/rprojroot/metadata.xml b/dev-R/rprojroot/metadata.xml index 18d4bcee67..a665355ffe 100644 --- a/dev-R/rprojroot/metadata.xml +++ b/dev-R/rprojroot/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Finding Files in Project Subdirectories // Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain diff --git a/dev-R/rstudioapi/metadata.xml b/dev-R/rstudioapi/metadata.xml index 825abd686a..507704cb4f 100644 --- a/dev-R/rstudioapi/metadata.xml +++ b/dev-R/rstudioapi/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Safely Access the RStudio API // Access the RStudio API (if available) and provide informative error messages when it's not. diff --git a/dev-R/scales/metadata.xml b/dev-R/scales/metadata.xml index 4b192dbf54..4728e2ba61 100644 --- a/dev-R/scales/metadata.xml +++ b/dev-R/scales/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Scale Functions for Visualization // Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends. diff --git a/dev-R/spelling/metadata.xml b/dev-R/spelling/metadata.xml index 32d26f1bc1..ae5d203f7e 100644 --- a/dev-R/spelling/metadata.xml +++ b/dev-R/spelling/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Tools for Spell Checking in R // Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to automate checking of diff --git a/dev-R/stringi/metadata.xml b/dev-R/stringi/metadata.xml index f88bafcdfc..6db1833c98 100644 --- a/dev-R/stringi/metadata.xml +++ b/dev-R/stringi/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Character String Processing Facilities // A multitude of character string/text/natural language processing tools: pattern searching (e.g., with 'Java'-like regular expressions diff --git a/dev-R/stringr/metadata.xml b/dev-R/stringr/metadata.xml index 690a02cbb6..e480a6aa7d 100644 --- a/dev-R/stringr/metadata.xml +++ b/dev-R/stringr/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Simple, Consistent Wrappers for Common String Operations // A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names diff --git a/dev-R/survival/metadata.xml b/dev-R/survival/metadata.xml index 1c4b3f6740..43b65ac490 100644 --- a/dev-R/survival/metadata.xml +++ b/dev-R/survival/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Survival Analysis // Contains the core survival analysis routines, including definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state) curves, Cox models, and diff --git a/dev-R/sys/metadata.xml b/dev-R/sys/metadata.xml index 7cbae15dda..c3fd5688fa 100644 --- a/dev-R/sys/metadata.xml +++ b/dev-R/sys/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Powerful and Reliable Tools for Running System Commands in R // Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports diff --git a/dev-R/testthat/metadata.xml b/dev-R/testthat/metadata.xml index a080e7c188..c824c3ad65 100644 --- a/dev-R/testthat/metadata.xml +++ b/dev-R/testthat/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Unit Testing for R // Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn diff --git a/dev-R/viridisLite/metadata.xml b/dev-R/viridisLite/metadata.xml index 423bc26481..33fb692063 100644 --- a/dev-R/viridisLite/metadata.xml +++ b/dev-R/viridisLite/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Colorblind-Friendly Color Maps (Lite Version) // Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The diff --git a/dev-R/waldo/metadata.xml b/dev-R/waldo/metadata.xml index 34f33df386..e75494ee4b 100644 --- a/dev-R/waldo/metadata.xml +++ b/dev-R/waldo/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Find Differences Between R Objects // Compare complex R objects and reveal the key differences. Designed particularly for use in testing packages where being able to quickly isolate key diff --git a/dev-R/whoami/metadata.xml b/dev-R/whoami/metadata.xml index e6b8092bac..73833dd375 100644 --- a/dev-R/whoami/metadata.xml +++ b/dev-R/whoami/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Username, Full Name, Email Address, 'GitHub' Username of the Current User // Look up the username and full name of the current user, the current user's email address and 'GitHub' diff --git a/dev-R/withr/metadata.xml b/dev-R/withr/metadata.xml index 187ec12e9e..21a3971d3a 100644 --- a/dev-R/withr/metadata.xml +++ b/dev-R/withr/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Run Code 'With' Temporarily Modified Global State // A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of diff --git a/dev-R/xfun/metadata.xml b/dev-R/xfun/metadata.xml index 1e7875baac..05bca3ac5f 100644 --- a/dev-R/xfun/metadata.xml +++ b/dev-R/xfun/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Supporting Functions for Packages Maintained by 'Yihui Xie' // Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'. diff --git a/dev-R/xml2/metadata.xml b/dev-R/xml2/metadata.xml index 8951573562..2eb11b2b54 100644 --- a/dev-R/xml2/metadata.xml +++ b/dev-R/xml2/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Parse XML // Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. diff --git a/dev-R/yaml/metadata.xml b/dev-R/yaml/metadata.xml index d090495bdf..3dc5220817 100644 --- a/dev-R/yaml/metadata.xml +++ b/dev-R/yaml/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Methods to Convert R Data to YAML and Back // Implements the 'libyaml' 'YAML' 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R. diff --git a/dev-cpp/tiny-dnn/metadata.xml b/dev-cpp/tiny-dnn/metadata.xml index 5f2810ee5b..0bc53e1c06 100644 --- a/dev-cpp/tiny-dnn/metadata.xml +++ b/dev-cpp/tiny-dnn/metadata.xml @@ -5,7 +5,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Features Reasonably fast, without GPU: diff --git a/dev-cpp/vexcl/metadata.xml b/dev-cpp/vexcl/metadata.xml index 4372379087..419b97cb56 100644 --- a/dev-cpp/vexcl/metadata.xml +++ b/dev-cpp/vexcl/metadata.xml @@ -1,7 +1,7 @@ - VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license. + VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license. co-maintainers welcome lssndrbarbieri@gmail.com diff --git a/dev-games/godot/metadata.xml b/dev-games/godot/metadata.xml index efb9bdcd11..46939a55b2 100644 --- a/dev-games/godot/metadata.xml +++ b/dev-games/godot/metadata.xml @@ -5,7 +5,7 @@ rossbridger.cc@gmail.com Ross Charles Campbell - + Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. It provides a comprehensive set of common tools, so users can focus on making games without having to reinvent the wheel. diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml index b6f08490fe..00dbe1ed51 100644 --- a/dev-lang/aldor/metadata.xml +++ b/dev-lang/aldor/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-libs/fsst/metadata.xml b/dev-libs/fsst/metadata.xml index 28745fe387..642fabd769 100644 --- a/dev-libs/fsst/metadata.xml +++ b/dev-libs/fsst/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-libs/ftl/metadata.xml b/dev-libs/ftl/metadata.xml index 8f6288baf0..bea624879d 100644 --- a/dev-libs/ftl/metadata.xml +++ b/dev-libs/ftl/metadata.xml @@ -5,7 +5,7 @@ torokhov-s-a@yandex.ru Sergey Torokhov - + The Fortran Template Library (FTL) is a general purpose library for Fortran 2003. Its intention is to bring all these nice things we take for granted in modern languages like Python and C++ to the Fortran world: Generic containers, versatile algorithms, diff --git a/dev-libs/libcloudproviders/metadata.xml b/dev-libs/libcloudproviders/metadata.xml index c42a32f994..846f4d4bd3 100644 --- a/dev-libs/libcloudproviders/metadata.xml +++ b/dev-libs/libcloudproviders/metadata.xml @@ -5,8 +5,7 @@ telans@posteo.de James Beddek - + libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services. - diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml index 5070dbc08d..8ae6143c7c 100644 --- a/dev-libs/pocl/metadata.xml +++ b/dev-libs/pocl/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-libs/zfp/metadata.xml b/dev-libs/zfp/metadata.xml index 1cb7fe417d..151c92dd61 100644 --- a/dev-libs/zfp/metadata.xml +++ b/dev-libs/zfp/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + zfp is a compressed format for representing multidimensional floating-point and integer arrays. zfp provides compressed-array classes that support high throughput read and write random access to individual array elements. zfp also supports serial and parallel (OpenMP and CUDA) compression of whole arrays, e.g., for applications that read and write large data sets to and from disk. zfp uses lossy but optionally error-bounded compression to achieve high compression ratios. Bit-for-bit lossless compression is also possible through one of zfp's compression modes. zfp works best for 2D, 3D, and 4D arrays that exhibit spatial correlation, such as continuous fields from physics simulations, natural images, regularly sampled terrain surfaces, etc. zfp compression of 1D arrays is possible but generally discouraged. diff --git a/dev-perl/File-Touch/metadata.xml b/dev-perl/File-Touch/metadata.xml index 11c4911724..15c33341e3 100644 --- a/dev-perl/File-Touch/metadata.xml +++ b/dev-perl/File-Touch/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-python/MutatorMath/metadata.xml b/dev-python/MutatorMath/metadata.xml index 06b5de9f34..9a5b10643b 100644 --- a/dev-python/MutatorMath/metadata.xml +++ b/dev-python/MutatorMath/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/LettError/MutatorMath/issues LettError/MutatorMath diff --git a/dev-python/asyncssh/metadata.xml b/dev-python/asyncssh/metadata.xml index d6668d6b8e..316963e866 100644 --- a/dev-python/asyncssh/metadata.xml +++ b/dev-python/asyncssh/metadata.xml @@ -6,7 +6,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework. Features diff --git a/dev-python/billiard/metadata.xml b/dev-python/billiard/metadata.xml index 5309cb27fe..10bfb6158e 100644 --- a/dev-python/billiard/metadata.xml +++ b/dev-python/billiard/metadata.xml @@ -1,6 +1,11 @@ + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + billiard celery/billiard diff --git a/dev-python/browserstack-local-python/metadata.xml b/dev-python/browserstack-local-python/metadata.xml index 49996cacb2..dfd006d290 100644 --- a/dev-python/browserstack-local-python/metadata.xml +++ b/dev-python/browserstack-local-python/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/browserstack/browserstack-local-python/issues browserstack/browserstack-local-python diff --git a/dev-python/bson/Manifest b/dev-python/bson/Manifest new file mode 100644 index 0000000000..b9926ce146 --- /dev/null +++ b/dev-python/bson/Manifest @@ -0,0 +1 @@ +DIST bson-0.5.8.tar.gz 24114 BLAKE2B e35055dcd3c8b1cf77ec9d9496d32d4bca4e9ab31ecf79399a8449c459d1b5e67375bd88743175f1450311519b55cbca8c11a8da736ba87907e1497b5a94b363 SHA512 68bd69d1f5d0d11014d51c0901e7f44b7a3d9f7ad013af4137b7ac48bc42f81bd1423115b67939beedf6e7336794e7ffd4d0d539222d4eaa50845ae25622f21a diff --git a/dev-python/bson/bson-0.5.8.ebuild b/dev-python/bson/bson-0.5.8.ebuild new file mode 100644 index 0000000000..f3a3961409 --- /dev/null +++ b/dev-python/bson/bson-0.5.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB" +HOMEPAGE="https://github.com/py-bson/bson" +SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +python_test() { + "${EPYTHON}" test.py || die +} diff --git a/dev-python/bson/metadata.xml b/dev-python/bson/metadata.xml new file mode 100644 index 0000000000..6798dda1a0 --- /dev/null +++ b/dev-python/bson/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/py-bson/bson/issues + py-bson/bson + bson + + diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild index d8e1cf75e9..faf55aabb2 100644 --- a/dev-python/cattrs/cattrs-1.7.0.ebuild +++ b/dev-python/cattrs/cattrs-1.7.0.ebuild @@ -1,24 +1,31 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" DESCRIPTION="Complex custom class converters for attrs" HOMEPAGE="https://github.com/Tinche/cattrs" LICENSE="MIT" SLOT="0" -RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/attrs-20[${PYTHON_USEDEP}]" DEPEND=" ${RDEPEND} - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) + test? ( + dev-python/bson[${PYTHON_USEDEP}] + dev-python/immutables[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/orjson[${PYTHON_USEDEP}] + dev-python/pytest-benchmark[${PYTHON_USEDEP}] + dev-python/ujson[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest diff --git a/dev-python/celery/metadata.xml b/dev-python/celery/metadata.xml index 5f66fdc1c1..6cfa982d88 100644 --- a/dev-python/celery/metadata.xml +++ b/dev-python/celery/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-python/cffsubr/metadata.xml b/dev-python/cffsubr/metadata.xml index fd5a7d8935..23e1e9221c 100644 --- a/dev-python/cffsubr/metadata.xml +++ b/dev-python/cffsubr/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/adobe-type-tools/cffsubr/issues adobe-type-tools/cffsubr diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml index ed759ad9d2..dd4230819a 100644 --- a/dev-python/colored/metadata.xml +++ b/dev-python/colored/metadata.xml @@ -5,7 +5,7 @@ coppens.matthias.abc@gmail.com Matthias Coppens - + Very simple Python library for color and formatting in terminal. Collection of color codes and names for 256 color terminal setups. diff --git a/dev-python/cu2qu/metadata.xml b/dev-python/cu2qu/metadata.xml index 2b7e4bf2c2..9c9d667bb3 100644 --- a/dev-python/cu2qu/metadata.xml +++ b/dev-python/cu2qu/metadata.xml @@ -1,8 +1,11 @@ - - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + googlefonts/cu2qu cu2qu diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml index 6a58b1a327..0344d1e4f3 100644 --- a/dev-python/curio/metadata.xml +++ b/dev-python/curio/metadata.xml @@ -2,7 +2,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun Core Features diff --git a/dev-python/font-v/Manifest b/dev-python/font-v/Manifest new file mode 100644 index 0000000000..e06e1db135 --- /dev/null +++ b/dev-python/font-v/Manifest @@ -0,0 +1 @@ +DIST font-v-1.0.5.tar.gz 4270200 BLAKE2B b94c4e0bff4c07efd50803068e0fc061c910b24f8ed2e70ae1b92d06d69db9d707b6665fdc2179eb80ae814c3b2ad913f58b1c5d4a7b9f81b40269cbb505cfb7 SHA512 070415a72deb8a35804ee548f745edf399fe01ae279ea9ca88f0d1231af77a37f38456726db73e8df26d324bd8e0159b2978a668984d9f8cc24794e2a045cb73 diff --git a/dev-python/font-v/font-v-1.0.5.ebuild b/dev-python/font-v/font-v-1.0.5.ebuild new file mode 100644 index 0000000000..a20b3e87c3 --- /dev/null +++ b/dev-python/font-v/font-v-1.0.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/source-foundry/font-v/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="Font version string reporting and modification library" +HOMEPAGE="https://github.com/source-foundry/font-v" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4.17[${PYTHON_USEDEP}] + >=dev-python/GitPython-3.1.11[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-vcs/git )" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme + +python_test() { + #it want a git repo + git init || die + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + git add . || die + git commit -m 'init' || die + + #pure madness + #https://github.com/source-foundry/font-v/blob/e6746e4a045c99e56af661918c96259b1f444ed4/tests/test_utilities.py#L34 + sed -e "s|\"font-v\"|\"${PWD##*/}\"|g" -i "tests/test_utilities.py" || die + epytest -vv +} diff --git a/dev-python/font-v/metadata.xml b/dev-python/font-v/metadata.xml new file mode 100644 index 0000000000..d4baa81fa5 --- /dev/null +++ b/dev-python/font-v/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/source-foundry/font-v/issues + source-foundry/font-v + font-v + + diff --git a/dev-python/os-resource-classes/metadata.xml b/dev-python/os-resource-classes/metadata.xml index 0811c549fd..4ed091d024 100644 --- a/dev-python/os-resource-classes/metadata.xml +++ b/dev-python/os-resource-classes/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + openstack/os-resource-classes diff --git a/dev-python/oslo-rootwrap/metadata.xml b/dev-python/oslo-rootwrap/metadata.xml index 6b9123b9ba..3f3722baf5 100644 --- a/dev-python/oslo-rootwrap/metadata.xml +++ b/dev-python/oslo-rootwrap/metadata.xml @@ -1,6 +1,11 @@ + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + oslo.rootwrap diff --git a/dev-python/osprofiler/metadata.xml b/dev-python/osprofiler/metadata.xml index 5b04a726f0..c086c158dc 100644 --- a/dev-python/osprofiler/metadata.xml +++ b/dev-python/osprofiler/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + osprofiler diff --git a/dev-python/ots-python/metadata.xml b/dev-python/ots-python/metadata.xml index 2e32cef815..12937ae6e8 100644 --- a/dev-python/ots-python/metadata.xml +++ b/dev-python/ots-python/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/googlefonts/ots-python/issues googlefonts/ots-python diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest new file mode 100644 index 0000000000..e42fe1f30b --- /dev/null +++ b/dev-python/pip-api/Manifest @@ -0,0 +1 @@ +DIST pip-api-0.0.14.tar.gz 112646 BLAKE2B 8bfe738b6c1aee91d407b568c7cc335271f1b739e6db49374248342a4325853dea6650c32384bf89afd95b20f09d361b5edb3b0ecae100fdc3a6855ba010ec24 SHA512 d3802b8728b814dae9551cc12612eb10a8de061cd64ac40647513d083c45f4bee218b1d2ba772c4c4df05275c4dc8e935e8e69c2e2cf8c6420e6c1158c768c78 diff --git a/dev-python/pip-api/metadata.xml b/dev-python/pip-api/metadata.xml new file mode 100644 index 0000000000..a654b83351 --- /dev/null +++ b/dev-python/pip-api/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/di/pip-api/issues + di/pip-api + pip-api + + diff --git a/dev-python/pip-api/pip-api-0.0.14.ebuild b/dev-python/pip-api/pip-api-0.0.14.ebuild new file mode 100644 index 0000000000..347170ee57 --- /dev/null +++ b/dev-python/pip-api/pip-api-0.0.14.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_SETUPTOOLS="pyproject.toml" +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="An unofficial, importable pip API" +HOMEPAGE="https://github.com/di/pip-api" +SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-python/pip[${PYTHON_USEDEP}] + test? ( + dev-python/pretend[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + #https://github.com/di/pip-api/issues/81 + epytest -vv \ + --deselect tests/test_installed_distributions.py::test_installed_distributions \ + --deselect tests/test_tests.py::test_isolation[True] \ + --deselect tests/test_tests.py::test_isolation[False] \ + --deselect tests/test_tests.py::test_all_the_right_pips \ + || die +} diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml index c6d964af1c..7347b6dffa 100644 --- a/dev-python/portio/metadata.xml +++ b/dev-python/portio/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + PortIO is a Python wrapper for the port I/O macros like outb, inb, etc. provided by the C library on Linux x86 platforms. Both python 2 and 3 are supported. This module is useful when a general pourpose port I/O at the low level is needed. Programmers that want to perform I/O on the parallel port at an higher level, will be better satisfied by the pyParallel module. A similar module Ioport has inspired the writing of PortIO. mailto:f.pollastri@inrim.it diff --git a/dev-python/pybrowserstack-screenshots/metadata.xml b/dev-python/pybrowserstack-screenshots/metadata.xml index 0cbad0f376..b777f69e5d 100644 --- a/dev-python/pybrowserstack-screenshots/metadata.xml +++ b/dev-python/pybrowserstack-screenshots/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/cmck/pybrowserstack-screenshots/issues cmck/pybrowserstack-screenshots diff --git a/dev-python/pyinquirer/metadata.xml b/dev-python/pyinquirer/metadata.xml index 57cbc59de4..3812b4e16d 100644 --- a/dev-python/pyinquirer/metadata.xml +++ b/dev-python/pyinquirer/metadata.xml @@ -5,7 +5,7 @@ coppens.matthias.abc@gmail.com Matthias Coppens - + PyInquirer strives to be an easily embeddable and beautiful command line interface for Python. PyInquirer wants to make it easy for existing Inquirer.js users to write immersive diff --git a/dev-python/pypandoc/metadata.xml b/dev-python/pypandoc/metadata.xml index 3c418d0e9d..dd7560284a 100644 --- a/dev-python/pypandoc/metadata.xml +++ b/dev-python/pypandoc/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + bebraw/pypandoc pypandoc diff --git a/dev-python/pypowervm/metadata.xml b/dev-python/pypowervm/metadata.xml index ce87dbf6ba..aa6b184c13 100644 --- a/dev-python/pypowervm/metadata.xml +++ b/dev-python/pypowervm/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + powervm/pypowervm diff --git a/dev-python/skia-pathops/metadata.xml b/dev-python/skia-pathops/metadata.xml index 25c671f4e3..a474f63ec9 100644 --- a/dev-python/skia-pathops/metadata.xml +++ b/dev-python/skia-pathops/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + fonttools/skia-pathops skia-pathops diff --git a/dev-python/ttfautohint-py/metadata.xml b/dev-python/ttfautohint-py/metadata.xml index a35f50345c..f2d45cb535 100644 --- a/dev-python/ttfautohint-py/metadata.xml +++ b/dev-python/ttfautohint-py/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/fonttools/ttfautohint-py/issues fonttools/ttfautohint-py diff --git a/dev-python/ufo2ft/metadata.xml b/dev-python/ufo2ft/metadata.xml index ca465d1a52..0ef967bd7c 100644 --- a/dev-python/ufo2ft/metadata.xml +++ b/dev-python/ufo2ft/metadata.xml @@ -1,8 +1,11 @@ - - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + googlefonts/ufo2ft ufo2ft diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml index a5090cc2f1..b83a1953e7 100644 --- a/dev-python/ufoLib2/metadata.xml +++ b/dev-python/ufoLib2/metadata.xml @@ -1,8 +1,11 @@ - - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + fonttools/ufoLib2 ufoLib2 diff --git a/dev-python/ufoProcessor/metadata.xml b/dev-python/ufoProcessor/metadata.xml index aaf351efa2..57271a0a9a 100644 --- a/dev-python/ufoProcessor/metadata.xml +++ b/dev-python/ufoProcessor/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/LettError/ufoProcessor/issues LettError/ufoProcessor diff --git a/dev-python/unicodedata2/metadata.xml b/dev-python/unicodedata2/metadata.xml index d0f138e87a..3249c91978 100644 --- a/dev-python/unicodedata2/metadata.xml +++ b/dev-python/unicodedata2/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/mikekap/unicodedata2/issues mikekap/unicodedata2 diff --git a/dev-python/vttlib/metadata.xml b/dev-python/vttlib/metadata.xml index d0d033d54a..00f1b4a066 100644 --- a/dev-python/vttlib/metadata.xml +++ b/dev-python/vttlib/metadata.xml @@ -1,9 +1,8 @@ - - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-python/yaql/metadata.xml b/dev-python/yaql/metadata.xml index 68503e7b18..6abde75402 100644 --- a/dev-python/yaql/metadata.xml +++ b/dev-python/yaql/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + YAQL (Yet Another Query Language) is an embeddable and extensible query language, that allows performing complex queries against arbitrary objects. diff --git a/dev-python/zVMCloudConnector/metadata.xml b/dev-python/zVMCloudConnector/metadata.xml index 09cdf097ea..c5785e536d 100644 --- a/dev-python/zVMCloudConnector/metadata.xml +++ b/dev-python/zVMCloudConnector/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + z/VM cloud connector is a development sdk for manage z/VM. It provides a set of APIs to operate z/VM including guest, image, network, volume etc. diff --git a/dev-util/devscripts/metadata.xml b/dev-util/devscripts/metadata.xml index a6ffcfbc75..d2b2c8ce9f 100644 --- a/dev-util/devscripts/metadata.xml +++ b/dev-util/devscripts/metadata.xml @@ -2,7 +2,7 @@ - comaintainers welcome + co-maintainers welcome lssndrbarbieri@gmail.com Alessandro Barbieri diff --git a/dev-util/gammaray/metadata.xml b/dev-util/gammaray/metadata.xml index b52f014a23..5566fb8122 100644 --- a/dev-util/gammaray/metadata.xml +++ b/dev-util/gammaray/metadata.xml @@ -9,7 +9,7 @@ petross404@gmail.com Petros S - + GammaRay is a software introspection tool for Qt applications developed by KDAB. Leveraging the QObject introspection mechanism it allows you to observe and manipulate your application at runtime. This works both locally on your workstation and remotely diff --git a/dev-util/ots/metadata.xml b/dev-util/ots/metadata.xml index fec4b9f5b4..03188bb9ee 100644 --- a/dev-util/ots/metadata.xml +++ b/dev-util/ots/metadata.xml @@ -1,7 +1,11 @@ - + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + https://github.com/khaledhosny/ots/issues khaledhosny/ots diff --git a/games-board/openriichi/metadata.xml b/games-board/openriichi/metadata.xml index aa5911d574..0a8539f9f6 100644 --- a/games-board/openriichi/metadata.xml +++ b/games-board/openriichi/metadata.xml @@ -5,7 +5,7 @@ torokhov-s-a@yandex.ru Sergey Torokhov - + OpenRiichi is an open source Japanese Mahjong client written in the Vala programming language. It supports singleplayer and multiplayer, with or without bots. It features all the standard riichi rules, as well as some optional ones. diff --git a/games-board/rmahjong/metadata.xml b/games-board/rmahjong/metadata.xml index 97c7f078b8..1a6b729f56 100644 --- a/games-board/rmahjong/metadata.xml +++ b/games-board/rmahjong/metadata.xml @@ -5,7 +5,7 @@ torokhov-s-a@yandex.ru Sergey Torokhov - + Riichi Mahjong is the Japanese variant to the Chinese game for four players. RMahjong is the computer implementation of this game. diff --git a/games-emulation/duckstation/metadata.xml b/games-emulation/duckstation/metadata.xml index 094b76eac4..30b3bfff4f 100644 --- a/games-emulation/duckstation/metadata.xml +++ b/games-emulation/duckstation/metadata.xml @@ -8,7 +8,7 @@ stenzek/duckstation - + DuckStation is a fast emulator of the Sony PlayStation (PSX), focused on playability, speed, and long-term maintainability. diff --git a/games-emulation/np2kai/metadata.xml b/games-emulation/np2kai/metadata.xml index b00def1c48..2ef2bd16c9 100644 --- a/games-emulation/np2kai/metadata.xml +++ b/games-emulation/np2kai/metadata.xml @@ -5,7 +5,7 @@ linobigatti@protonmail.com Lino Bigatti - + Neko project 2 kai (np2kai for short) is a PC-9801 emulator written in C and C++. It allows for i286, ia32 and haxm emulation. It is based on Neko project II. diff --git a/games-engines/fs2_open/metadata.xml b/games-engines/fs2_open/metadata.xml index b9e9e9bf5a..2e56a6035e 100644 --- a/games-engines/fs2_open/metadata.xml +++ b/games-engines/fs2_open/metadata.xml @@ -5,7 +5,7 @@ Jonas Frei freijon@pm.me - + fs2_open is the game enginge of the FreeSpace2 Source Code Project. This package is not the complete game, but rather the game engine that runs the game. The game data files have to be installed diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml index 8a81946bb4..7e43740abe 100644 --- a/gui-apps/mpvpaper/metadata.xml +++ b/gui-apps/mpvpaper/metadata.xml @@ -5,7 +5,7 @@ Matthias Coppens coppens.matthias.abc@gmail.com - + MPVPaper is a wallpaper program for wlroots based wayland compositors, such as sway. That allows you to play videos with mpv as your wallpaper. diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml index 3824f4f3fa..23f2430d61 100644 --- a/gui-apps/wob/metadata.xml +++ b/gui-apps/wob/metadata.xml @@ -5,7 +5,7 @@ Jonas Frei freijon@pm.me - + A lightweight overlay volume/backlight/progress/anything bar for wlroots based Wayland compositors (requrires support for wlr_layer_shell_unstable_v1). This project is inspired by diff --git a/kde-apps/krecorder/metadata.xml b/kde-apps/krecorder/metadata.xml index 8c46cacf30..a28c1d6395 100644 --- a/kde-apps/krecorder/metadata.xml +++ b/kde-apps/krecorder/metadata.xml @@ -9,7 +9,7 @@ cyber+gentoo@sysrq.in Anna - + Krecorder is a convergent audio recording application for Plasma. Features: - Record audio with a visualizer, and pausing functionality diff --git a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml index 3f8deaccc8..9e460fadb0 100644 --- a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml +++ b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml @@ -1,7 +1,7 @@ - + plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5, allowing you to import and use dynamic wallpapers, setting the wallpaper based on the time of day. Command line tools are provided to import heic wallpapers and package custom wallpapers. diff --git a/media-gfx/akira/metadata.xml b/media-gfx/akira/metadata.xml index 32f6e58a14..c40249433d 100644 --- a/media-gfx/akira/metadata.xml +++ b/media-gfx/akira/metadata.xml @@ -8,7 +8,7 @@ akiraux/akira - + Akira is a native Linux Design application built in Vala and GTK. Akira focuses on offering a modern and fast approach to UI and UX Design, mainly targeting web designers and graphic designers. The main goal is to offer a valid and professional solution for designers who want to use Linux as their main OS. diff --git a/media-plugins/qt-heif-image-plugin/metadata.xml b/media-plugins/qt-heif-image-plugin/metadata.xml index bcbf5a0605..6e39fc2544 100644 --- a/media-plugins/qt-heif-image-plugin/metadata.xml +++ b/media-plugins/qt-heif-image-plugin/metadata.xml @@ -5,7 +5,7 @@ torokhov-s-a@yandex.ru Sergey Torokhov - + This is a Qt image plugin for HEIF images, wrapping libheif. It enables existing Qt applications to open and save .heic files. diff --git a/net-fs/httpdirfs/metadata.xml b/net-fs/httpdirfs/metadata.xml index 2544f2e138..2b314664fc 100644 --- a/net-fs/httpdirfs/metadata.xml +++ b/net-fs/httpdirfs/metadata.xml @@ -5,7 +5,7 @@ fangfufu/httpdirfs - + A filesystem which allows you to mount HTTP directory listings, with a permanent cache. Now with Airsonic / Subsonic support! Have you ever wanted to mount those HTTP directory listings as if it was a partition? diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest index 65c5402b04..a76dad8446 100644 --- a/net-im/discord-canary-bin/Manifest +++ b/net-im/discord-canary-bin/Manifest @@ -1 +1 @@ -DIST discord-canary-0.0.125.deb 77147312 BLAKE2B 9a6abe072bf05f40c009e56a79c45a0d4351aaa6df62d9124607343c720b3e38b9cfb1d8f3c3dff7c8fddfe63759a77245c8875c691249b55fd7cbbd7872d539 SHA512 eb52efbc491c29016bb640c679ad275f7378a46f9380110e272ffe0df7b62aea2e591f1c99d7a4e658f81e2e274a3189129b5b4845a52028773d6d1cfb2ea9f2 +DIST discord-canary-0.0.126.deb 77148344 BLAKE2B 61042a104b421c0ae5df9a3e31d3d0e9c16acd1d5c888a5a4df56b8a2afc5434d02fd042724d7c1bec3a6d4d3fc3c7bd2006b9f90bdaf3c0e0801edd2d2a70ad SHA512 7dc18417e197f8def41fda6a1a6eed39aed4896fca139c2a069a35d5671cb1e7ed7eeb5d52a44e5d56880526cedee2dcf0411427891913e6c7283fa69a9352f1 diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild similarity index 100% rename from net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild rename to net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild diff --git a/net-misc/lagrange/metadata.xml b/net-misc/lagrange/metadata.xml index 8472ce9d7f..7773e45cfa 100644 --- a/net-misc/lagrange/metadata.xml +++ b/net-misc/lagrange/metadata.xml @@ -9,7 +9,7 @@ cyber+gentoo@sysrq.in Anna - + Lagrange is a desktop GUI client for browsing Geminispace. It offers modern conveniences familiar from web browsers, such as smooth scrolling, inline image viewing, multiple diff --git a/sci-mathematics/frama-c/metadata.xml b/sci-mathematics/frama-c/metadata.xml index c4798f5422..6f03ebab4e 100644 --- a/sci-mathematics/frama-c/metadata.xml +++ b/sci-mathematics/frama-c/metadata.xml @@ -38,7 +38,7 @@ Build the variadic plugin Build the WP plugin - + Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. It gathers several static analysis techniques in a single collaborative framework. The collaborative approach of diff --git a/sci-mathematics/why3/metadata.xml b/sci-mathematics/why3/metadata.xml index 008bf60307..d64bca8225 100644 --- a/sci-mathematics/why3/metadata.xml +++ b/sci-mathematics/why3/metadata.xml @@ -5,7 +5,7 @@ François-Xavier Carton fx.carton91@gmail.com - + Why3 is a platform for deductive program verification. It provides a rich language for specification and programming, called WhyML, and relies on external theorem provers, both automated and interactive, diff --git a/sci-physics/SU2/metadata.xml b/sci-physics/SU2/metadata.xml index 8317735e8f..377649313c 100644 --- a/sci-physics/SU2/metadata.xml +++ b/sci-physics/SU2/metadata.xml @@ -13,7 +13,7 @@ Enable TECIO support Install Tutorials files - + The SU2 suite is an open-source collection of C++ based software tools for performing Partial Differential Equation (PDE) analysis and solving PDE-constrained optimization problems. diff --git a/sys-apps/qjournalctl/metadata.xml b/sys-apps/qjournalctl/metadata.xml index ddd17d34e7..02c13acfda 100644 --- a/sys-apps/qjournalctl/metadata.xml +++ b/sys-apps/qjournalctl/metadata.xml @@ -5,7 +5,7 @@ ahvenas@gmail.com Henrik Pihl - + A graphical user interface which displays the systemd's journal and lets the user filter the output without the command line. diff --git a/sys-apps/systemd-bootchart/metadata.xml b/sys-apps/systemd-bootchart/metadata.xml index 1442dfa24f..70f8ae54a6 100644 --- a/sys-apps/systemd-bootchart/metadata.xml +++ b/sys-apps/systemd-bootchart/metadata.xml @@ -4,6 +4,5 @@ gentoo-guru@steev.me.uk Steven Davies - Boot performance and graphing tool spun out of the systemd project. diff --git a/sys-boot/customrescuecd-x86-grub/metadata.xml b/sys-boot/customrescuecd-x86-grub/metadata.xml index 17e7a0a646..9a41a3c4a1 100644 --- a/sys-boot/customrescuecd-x86-grub/metadata.xml +++ b/sys-boot/customrescuecd-x86-grub/metadata.xml @@ -5,7 +5,7 @@ andrea.postiglione@gmail.com Andrea Postiglione - + This package adds menu entries in GRUB for the CustomRescueCD. You can add custom bootoptions for CustomRescueCD in a special config file. diff --git a/sys-boot/customrescuecd-x86_64-grub/metadata.xml b/sys-boot/customrescuecd-x86_64-grub/metadata.xml index 17e7a0a646..9a41a3c4a1 100644 --- a/sys-boot/customrescuecd-x86_64-grub/metadata.xml +++ b/sys-boot/customrescuecd-x86_64-grub/metadata.xml @@ -5,7 +5,7 @@ andrea.postiglione@gmail.com Andrea Postiglione - + This package adds menu entries in GRUB for the CustomRescueCD. You can add custom bootoptions for CustomRescueCD in a special config file. diff --git a/sys-boot/osk-sdl/osk-sdl-0.64.ebuild b/sys-boot/osk-sdl/osk-sdl-0.64-r1.ebuild similarity index 90% rename from sys-boot/osk-sdl/osk-sdl-0.64.ebuild rename to sys-boot/osk-sdl/osk-sdl-0.64-r1.ebuild index 4fc97688fa..d7af7ff795 100644 --- a/sys-boot/osk-sdl/osk-sdl-0.64.ebuild +++ b/sys-boot/osk-sdl/osk-sdl-0.64-r1.ebuild @@ -14,7 +14,8 @@ SRC_URI="https://gitlab.com/postmarketOS/osk-sdl/-/archive/${COMMIT}.tar.gz -> $ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64" -RESTRICT="test" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" app-portage/gentoolkit @@ -28,7 +29,13 @@ RDEPEND=" sys-kernel/dracut " -BDEPEND="app-text/scdoc" +BDEPEND=" + app-text/scdoc + test? ( + x11-misc/xdotool + x11-misc/xvfb-run + ) +" S="${WORKDIR}/${PN}-${COMMIT}" @@ -37,6 +44,10 @@ src_prepare() { sed -e s/ttf-dejavu/dejavu/ -i osk.conf || die "Failed to sed" } +src_test() { + meson_src_test +} + src_install() { meson_src_install insinto /etc diff --git a/sys-cluster/dlb/metadata.xml b/sys-cluster/dlb/metadata.xml index f7c1a6db8e..462f64d222 100644 --- a/sys-cluster/dlb/metadata.xml +++ b/sys-cluster/dlb/metadata.xml @@ -5,7 +5,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + Dynamic Load Balancing Library DLB is a dynamic library designed to speed up HPC hybrid applications (i.e., two levels of parallelism) by improving the load balance of the outer diff --git a/sys-cluster/extrae/metadata.xml b/sys-cluster/extrae/metadata.xml index 9564c611b3..9c6006a1b8 100644 --- a/sys-cluster/extrae/metadata.xml +++ b/sys-cluster/extrae/metadata.xml @@ -5,7 +5,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + A dynamic instrumentation package to trace programs compiled and run with the shared memory model (like OpenMP and pthreads), the message passing (MPI) programming model or both programming models (different MPI processes using OpenMP or pthreads within each MPI diff --git a/sys-cluster/pcs/metadata.xml b/sys-cluster/pcs/metadata.xml index 7c3b8cf85e..30cc8f2364 100644 --- a/sys-cluster/pcs/metadata.xml +++ b/sys-cluster/pcs/metadata.xml @@ -5,7 +5,7 @@ andrea.postiglione@gmail.com Andrea Postiglione - + Pcs is a Corosync and Pacemaker configuration tool. It permits users to easily view, modify and create Pacemaker based clusters. Pcs contains pcsd, a pcs daemon, which operates as a remote server for pcs and provides a web UI. diff --git a/sys-cluster/sionlib/metadata.xml b/sys-cluster/sionlib/metadata.xml index 2c7649717a..55c6754ef0 100644 --- a/sys-cluster/sionlib/metadata.xml +++ b/sys-cluster/sionlib/metadata.xml @@ -5,7 +5,7 @@ lssndrbarbieri@gmail.com Alessandro Barbieri - + SIONlib is a library for writing and reading data from several thousands of parallel tasks into/from one or a small number of physical files. Only the open and close functions are collective while file access can be performed independently. SIONlib can be used as a replacement for standard I/O APIs (e.g. POSIX) that are used to access distinct files from every parallel process. SIONlib will bundle the data into one or few files in a coordinated fashion in order to sidestep sequentialising mechanism in the file system. At the same time, the task-per-file picture is maintained for the application, every process has access to its logical file only. File access is performed using SIONlib equivalents to standard C-I/O functionality (fwrite becomes sion_write, fseek becomes sion_seek, etc.) which have similar semantics as their C counterparts. diff --git a/sys-fs/btrfs-heatmap/metadata.xml b/sys-fs/btrfs-heatmap/metadata.xml index 23cb676b6b..12acd8e28d 100644 --- a/sys-fs/btrfs-heatmap/metadata.xml +++ b/sys-fs/btrfs-heatmap/metadata.xml @@ -5,5 +5,5 @@ gentoo-guru@steev.me.uk Steven Davies - The btrfs heatmap script creates a visualization of how a btrfs filesystem is using the underlying disk space of the block devices that are added to it. + The btrfs heatmap script creates a visualization of how a btrfs filesystem is using the underlying disk space of the block devices that are added to it. diff --git a/sys-fs/diskonaut/metadata.xml b/sys-fs/diskonaut/metadata.xml index ede44ddb7f..9506848ab3 100644 --- a/sys-fs/diskonaut/metadata.xml +++ b/sys-fs/diskonaut/metadata.xml @@ -5,7 +5,7 @@ coppens.matthias.abc@gmail.com Matthias Coppens - + Given a path on your hard-drive (which could also be the root path, eg. /). diskonaut scans it and indexes its metadata to memory so that you could explore its contents (even while still scanning!). diff --git a/sys-fs/python-btrfs/metadata.xml b/sys-fs/python-btrfs/metadata.xml index a4a994536b..dc4ee7d7a5 100644 --- a/sys-fs/python-btrfs/metadata.xml +++ b/sys-fs/python-btrfs/metadata.xml @@ -5,5 +5,5 @@ gentoo-guru@steev.me.uk Steven Davies - A Python 3 library that provides ways to interact programmatically with an online btrfs file system. It provides a pure python shadow implementation of data structures used in btrfs together with convenient wrappers around the collection of kernel functions that are available in the btrfs kernel API. Using them, we can examine the secret inner world of a btrfs file system for educational purposes. + A Python 3 library that provides ways to interact programmatically with an online btrfs file system. It provides a pure python shadow implementation of data structures used in btrfs together with convenient wrappers around the collection of kernel functions that are available in the btrfs kernel API. Using them, we can examine the secret inner world of a btrfs file system for educational purposes. diff --git a/sys-kernel/tirdad/metadata.xml b/sys-kernel/tirdad/metadata.xml index 01509ae9e3..18e3d7b3c6 100644 --- a/sys-kernel/tirdad/metadata.xml +++ b/sys-kernel/tirdad/metadata.xml @@ -1,7 +1,7 @@ - + tirdad (pronounce /tērdäd/) is a kernel module to hot-patch the Linux kernel to generate random TCP Initial Sequence Numbers for IPv4 TCP connections. You can refer to this bog post to get familiar with the original issue: diff --git a/sys-libs/safeclib/metadata.xml b/sys-libs/safeclib/metadata.xml index 6a39c89661..846350706b 100644 --- a/sys-libs/safeclib/metadata.xml +++ b/sys-libs/safeclib/metadata.xml @@ -1,7 +1,7 @@ - + This library implements the secure C11 Annex K functions on top of most libc implementations, which are missing from them. The ISO TR24731 Bounds Checking Interface documents indicate that the key motivation for the new specification is to help mitigate the ever increasing security attacks, specifically the buffer overrun. diff --git a/www-apps/code-server-bin/metadata.xml b/www-apps/code-server-bin/metadata.xml index 342908683b..75a41d7f3c 100644 --- a/www-apps/code-server-bin/metadata.xml +++ b/www-apps/code-server-bin/metadata.xml @@ -5,7 +5,7 @@ cdr/code-server - + Run VS Code on any machine anywhere and access it in the browser. Code on your Chromebook, tablet, and laptop with a consistent development environment. Develop on a Linux machine and pick up from any device with a web browser. diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml index 3ed8b52c70..623b3b70d7 100644 --- a/x11-misc/gammy/metadata.xml +++ b/x11-misc/gammy/metadata.xml @@ -5,7 +5,7 @@ Fushko/gammy - + Gammy is a GUI tool for adjusting pixel brightness/temperature automatically or manually. It can dim the screen if its content is too bright, or brighten it otherwise. This can help your eyes adjust when switching between dark and light windows, especially at night or in suboptimal lighting conditions. Screenshots available on its website. diff --git a/x11-misc/squeekboard/squeekboard-1.14.0.ebuild b/x11-misc/squeekboard/squeekboard-1.14.0.ebuild index da600a43dd..40c35ece2a 100644 --- a/x11-misc/squeekboard/squeekboard-1.14.0.ebuild +++ b/x11-misc/squeekboard/squeekboard-1.14.0.ebuild @@ -69,6 +69,7 @@ RDEPEND=" dev-libs/wayland dev-libs/wayland-protocols gnome-base/gnome-desktop + gui-libs/gtk media-fonts/noto-emoji x11-libs/gtk+:3 "