mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
Merge updates from master
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
Build utilities needed for the ones creating voices
|
||||
</flag>
|
||||
</use>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
RHVoice is a free and open source speech synthesizer.
|
||||
|
||||
Voices are built from recordings of natural speech. They have
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A database for 'dict'-compatible dictionary software, based on Ambrose Bierce's satirical The Devil's Dictionary.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name>Jay Kominek</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A database for 'dict'-compatible dictionary software, based on Jay Kominek's descriptions of the atomic elements.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name>Denis Howe</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A database for 'dict'-compatible dictionary software, based on the Free On-line Dictionary of Computing describing various topics in computing.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<email>gls@think.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<email>cassidy@micra.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
A database for 'dict'-compatible dictionary software, based on the 1913 edition of Webster's Revised Unabridged Dictionary as digitized by MICRA, Inc.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>ahvenas@gmail.com</email>
|
||||
<name>Henrik Pihl</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>kenichi.taka@gmail.com</email>
|
||||
<description>Primary maintainer</description>
|
||||
<name>Kenichi Takahashi</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>torokhov-s-a@yandex.ru</email>
|
||||
<name>Sergey Torokhov</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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).
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
ColorBrewer Palettes // Provides color schemes for maps (and
|
||||
other graphics) designed by Cynthia Brewer as described at
|
||||
http://colorbrewer2.org
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>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.</longdescription>
|
||||
<longdescription lang="en">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.</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
'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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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'
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Manipulate DESCRIPTION Files // Tools to read, write, create, and
|
||||
manipulate DESCRIPTION files. It is intended for packages that
|
||||
create or manipulate other packages.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Diffs for R Objects // Generate a colorized diff of two R objects
|
||||
for an intuitive visualization of their differences.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.</longdescription>
|
||||
<longdescription lang="en">In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/r-lib/generics/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/generics/generics.pdf</doc>
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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'
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'.</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">'GitHub' 'API' // Minimal client to access the 'GitHub' 'API'.</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Generate Isolines and Isobands from Regularly Spaced Elevation
|
||||
Grids // A fast C++ implementation to generate contour lines
|
||||
(isolines) and contour polygons (isobands) from regularly
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Axis Labeling // Functions which provide a range of axis labeling
|
||||
algorithms.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Lazy (Non-Standard) Evaluation // An alternative approach to non-
|
||||
standard evaluation using formulas. Provides a full
|
||||
implementation of LISP style 'quasiquotation', making it easier
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Mixed GAM Computation Vehicle with Automatic Smoothness
|
||||
Estimation // Generalized additive (mixed) models, some of
|
||||
their extensions and other generalized ridge regression with
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Linear and Nonlinear Mixed Effects Models // Fit and compare
|
||||
Gaussian linear and nonlinear mixed-effects models.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Praise Users // Build friendly R packages that praise their users
|
||||
if they have done something good, or they just need it to feel
|
||||
better.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
List, Query, Manipulate System Processes // List, query and
|
||||
manipulate all system processes, on 'Windows', 'Linux' and
|
||||
'macOS'.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Tidy Output from Regular Expression Matching // Wrappers on
|
||||
'regexpr' and 'gregexpr' to return the match results in tidy
|
||||
data frames.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Friendly Regular Expressions // A friendly interface for the
|
||||
construction of regular expressions.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Safely Access the RStudio API // Access the RStudio API (if
|
||||
available) and provide informative error messages when it's
|
||||
not.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Scale Functions for Visualization // Graphical scales map data to
|
||||
aesthetics, and provide methods for automatically determining
|
||||
breaks and labels for axes and legends.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Character String Processing Facilities // A multitude of
|
||||
character string/text/natural language processing tools:
|
||||
pattern searching (e.g., with 'Java'-like regular expressions
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Survival Analysis // Contains the core survival analysis
|
||||
routines, including definition of Surv objects, Kaplan-Meier
|
||||
and Aalen-Johansen (multi-state) curves, Cox models, and
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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'
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Supporting Functions for Packages Maintained by 'Yihui Xie' //
|
||||
Miscellaneous functions commonly used in other packages
|
||||
maintained by 'Yihui Xie'.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Parse XML // Work with XML files using a simple, consistent
|
||||
interface. Built on top of the 'libxml2' C library.
|
||||
</longdescription>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Features
|
||||
|
||||
Reasonably fast, without GPU:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>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.</longdescription>
|
||||
<longdescription lang="en">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.</longdescription>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>rossbridger.cc@gmail.com</email>
|
||||
<name>Ross Charles Campbell</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>comaintainers welcome</description>
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>comaintainers welcome</description>
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>torokhov-s-a@yandex.ru</email>
|
||||
<name>Sergey Torokhov</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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,
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
<email>telans@posteo.de</email>
|
||||
<name>James Beddek</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>comaintainers welcome</description>
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>comaintainers welcome</description>
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/LettError/MutatorMath/issues</bugs-to>
|
||||
<remote-id type="github">LettError/MutatorMath</remote-id>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">billiard</remote-id>
|
||||
<remote-id type="github">celery/billiard</remote-id>
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/browserstack/browserstack-local-python/issues</bugs-to>
|
||||
<remote-id type="github">browserstack/browserstack-local-python</remote-id>
|
||||
|
||||
1
dev-python/bson/Manifest
Normal file
1
dev-python/bson/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST bson-0.5.8.tar.gz 24114 BLAKE2B e35055dcd3c8b1cf77ec9d9496d32d4bca4e9ab31ecf79399a8449c459d1b5e67375bd88743175f1450311519b55cbca8c11a8da736ba87907e1497b5a94b363 SHA512 68bd69d1f5d0d11014d51c0901e7f44b7a3d9f7ad013af4137b7ac48bc42f81bd1423115b67939beedf6e7336794e7ffd4d0d539222d4eaa50845ae25622f21a
|
||||
29
dev-python/bson/bson-0.5.8.ebuild
Normal file
29
dev-python/bson/bson-0.5.8.ebuild
Normal file
@@ -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
|
||||
}
|
||||
14
dev-python/bson/metadata.xml
Normal file
14
dev-python/bson/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/py-bson/bson/issues</bugs-to>
|
||||
<remote-id type="github">py-bson/bson</remote-id>
|
||||
<remote-id type="pypi">bson</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>comaintainers welcome</description>
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/adobe-type-tools/cffsubr/issues</bugs-to>
|
||||
<remote-id type="github">adobe-type-tools/cffsubr</remote-id>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<email>coppens.matthias.abc@gmail.com</email>
|
||||
<name>Matthias Coppens</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<longdescription lang="en">
|
||||
Very simple Python library for color and formatting in terminal.
|
||||
Collection of color codes and names for 256 color terminal setups.
|
||||
</longdescription>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">googlefonts/cu2qu</remote-id>
|
||||
<remote-id type="pypi">cu2qu</remote-id>
|
||||
|
||||
@@ -2,7 +2,11 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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
|
||||
|
||||
1
dev-python/font-v/Manifest
Normal file
1
dev-python/font-v/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST font-v-1.0.5.tar.gz 4270200 BLAKE2B b94c4e0bff4c07efd50803068e0fc061c910b24f8ed2e70ae1b92d06d69db9d707b6665fdc2179eb80ae814c3b2ad913f58b1c5d4a7b9f81b40269cbb505cfb7 SHA512 070415a72deb8a35804ee548f745edf399fe01ae279ea9ca88f0d1231af77a37f38456726db73e8df26d324bd8e0159b2978a668984d9f8cc24794e2a045cb73
|
||||
39
dev-python/font-v/font-v-1.0.5.ebuild
Normal file
39
dev-python/font-v/font-v-1.0.5.ebuild
Normal file
@@ -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
|
||||
}
|
||||
14
dev-python/font-v/metadata.xml
Normal file
14
dev-python/font-v/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/source-foundry/font-v/issues</bugs-to>
|
||||
<remote-id type="github">source-foundry/font-v</remote-id>
|
||||
<remote-id type="pypi">font-v</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">openstack/os-resource-classes</remote-id>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user