aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-04-27 00:36:27 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-04-27 00:39:14 +0200
commit8310dc6e1c4fa340ea0ad374c31201b8ac417fed (patch)
tree127781c83d133ca5222e8de0c7741a4190c8edfa /dev-python
parentdev-util/xdp-tools: longdescription lang="en" (diff)
downloadguru-8310dc6e1c4fa340ea0ad374c31201b8ac417fed.tar.gz
guru-8310dc6e1c4fa340ea0ad374c31201b8ac417fed.tar.bz2
guru-8310dc6e1c4fa340ea0ad374c31201b8ac417fed.zip
dev-python: mass add longdescription lang="en"
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aspectlib/metadata.xml2
-rw-r--r--dev-python/autoflake/metadata.xml2
-rw-r--r--dev-python/curio/metadata.xml2
-rw-r--r--dev-python/geopy/metadata.xml2
-rw-r--r--dev-python/hstspreload/metadata.xml2
-rw-r--r--dev-python/httpx/metadata.xml2
-rw-r--r--dev-python/hunter/metadata.xml2
-rw-r--r--dev-python/manhole/metadata.xml2
-rw-r--r--dev-python/mkdocs-material/metadata.xml2
-rw-r--r--dev-python/pytest-sugar/metadata.xml2
-rw-r--r--dev-python/schedule/metadata.xml2
-rw-r--r--dev-python/sphinx-autodoc-typehints/metadata.xml2
-rw-r--r--dev-python/sphinxcontrib-trio/metadata.xml2
-rw-r--r--dev-python/sphobjinv/metadata.xml2
-rw-r--r--dev-python/stdio-mgr/metadata.xml2
-rw-r--r--dev-python/trio-asyncio/metadata.xml2
-rw-r--r--dev-python/trio/metadata.xml2
-rw-r--r--dev-python/uvicorn/metadata.xml2
-rw-r--r--dev-python/websockets/metadata.xml2
19 files changed, 19 insertions, 19 deletions
diff --git a/dev-python/aspectlib/metadata.xml b/dev-python/aspectlib/metadata.xml
index c1f3f9c01..3a4e403f6 100644
--- a/dev-python/aspectlib/metadata.xml
+++ b/dev-python/aspectlib/metadata.xml
@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
</longdescription>
<upstream>
diff --git a/dev-python/autoflake/metadata.xml b/dev-python/autoflake/metadata.xml
index 3fe5b4fdc..dd525596e 100644
--- a/dev-python/autoflake/metadata.xml
+++ b/dev-python/autoflake/metadata.xml
@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this.
By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.
diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml
index 949f7699b..d98754e25 100644
--- a/dev-python/curio/metadata.xml
+++ b/dev-python/curio/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <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
diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml
index 3ca0d23b3..fb44591f2 100644
--- a/dev-python/geopy/metadata.xml
+++ b/dev-python/geopy/metadata.xml
@@ -5,7 +5,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
geopy is a Python 2 and 3 client for several popular geocoding web services.
geopy makes it easy for Python developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources.
diff --git a/dev-python/hstspreload/metadata.xml b/dev-python/hstspreload/metadata.xml
index 83db3e9fd..1f1cfe2f1 100644
--- a/dev-python/hstspreload/metadata.xml
+++ b/dev-python/hstspreload/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.
</longdescription>
<upstream>
diff --git a/dev-python/httpx/metadata.xml b/dev-python/httpx/metadata.xml
index dbf80c1e3..6c2489f8a 100644
--- a/dev-python/httpx/metadata.xml
+++ b/dev-python/httpx/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Features
HTTPX builds on the well-established usability of requests, and gives you:
diff --git a/dev-python/hunter/metadata.xml b/dev-python/hunter/metadata.xml
index 0fd2af6ea..0d170b8b8 100644
--- a/dev-python/hunter/metadata.xml
+++ b/dev-python/hunter/metadata.xml
@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Hunter is a flexible code tracing toolkit, not for measuring coverage, but for debugging, logging, inspection and other nefarious purposes. It has a simple Python API, a convenient terminal API and a CLI tool to attach to processes.
Design notes
diff --git a/dev-python/manhole/metadata.xml b/dev-python/manhole/metadata.xml
index e40749895..293942a4d 100644
--- a/dev-python/manhole/metadata.xml
+++ b/dev-python/manhole/metadata.xml
@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Manhole is in-process service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt. It can either work as a python daemon thread waiting for connections at all times or a signal handler (stopping your application and waiting for a connection).
Access to the socket is restricted to the application's effective user id or root.
diff --git a/dev-python/mkdocs-material/metadata.xml b/dev-python/mkdocs-material/metadata.xml
index a193ecf99..f65c982ec 100644
--- a/dev-python/mkdocs-material/metadata.xml
+++ b/dev-python/mkdocs-material/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
What to expect
Responsive design and fluid layout for all kinds of screens and devices, designed to serve your project documentation in a user-friendly way in 41 languages with optimal readability.
diff --git a/dev-python/pytest-sugar/metadata.xml b/dev-python/pytest-sugar/metadata.xml
index c1fe544d0..273351ada 100644
--- a/dev-python/pytest-sugar/metadata.xml
+++ b/dev-python/pytest-sugar/metadata.xml
@@ -5,7 +5,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
pytest-sugar changes the look and feel of pytest, Python testing tool, by adding a progressbar and instafailing tests
</longdescription>
<upstream>
diff --git a/dev-python/schedule/metadata.xml b/dev-python/schedule/metadata.xml
index cb724418a..402305f71 100644
--- a/dev-python/schedule/metadata.xml
+++ b/dev-python/schedule/metadata.xml
@@ -5,7 +5,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
An in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.
</longdescription>
<upstream>
diff --git a/dev-python/sphinx-autodoc-typehints/metadata.xml b/dev-python/sphinx-autodoc-typehints/metadata.xml
index 34a653342..f42463741 100644
--- a/dev-python/sphinx-autodoc-typehints/metadata.xml
+++ b/dev-python/sphinx-autodoc-typehints/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion
</longdescription>
<upstream>
diff --git a/dev-python/sphinxcontrib-trio/metadata.xml b/dev-python/sphinxcontrib-trio/metadata.xml
index c43e0ba64..02b4005ec 100644
--- a/dev-python/sphinxcontrib-trio/metadata.xml
+++ b/dev-python/sphinxcontrib-trio/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
This sphinx extension helps you document Python code that uses async/await, or abstract methods, or context managers, or generators, or … you get the idea. It works by making sphinx’s regular directives for documenting Python functions and methods smarter and more powerful. The name is because it was originally written for the Trio project, and I’m not very creative. But don’t be put off – there’s nothing Trio- or async-specific about this extension; any Python project can benefit. (Though projects using async/await probably benefit the most, since sphinx’s built-in tools are especially inadequate in this case.)
</longdescription>
<upstream>
diff --git a/dev-python/sphobjinv/metadata.xml b/dev-python/sphobjinv/metadata.xml
index ec6508457..85aabf154 100644
--- a/dev-python/sphobjinv/metadata.xml
+++ b/dev-python/sphobjinv/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Using Sphinx?
Having trouble writing cross-references?
diff --git a/dev-python/stdio-mgr/metadata.xml b/dev-python/stdio-mgr/metadata.xml
index ebddacad2..dd02714ab 100644
--- a/dev-python/stdio-mgr/metadata.xml
+++ b/dev-python/stdio-mgr/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Have a CLI Python application?
Want to automate testing of the actual console input &amp; output of your user-facing components?
diff --git a/dev-python/trio-asyncio/metadata.xml b/dev-python/trio-asyncio/metadata.xml
index cc4848364..f34dda2d3 100644
--- a/dev-python/trio-asyncio/metadata.xml
+++ b/dev-python/trio-asyncio/metadata.xml
@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Rationale
Trio has native concepts of tasks and task cancellation. Asyncio is based on callbacks and chaining Futures, albeit with nicer syntax, which make handling of failures and timeouts fundamentally less reliable, especially in larger programs. Thus, you really want to base your async project on Trio.
diff --git a/dev-python/trio/metadata.xml b/dev-python/trio/metadata.xml
index d8d9353b5..a9e12d363 100644
--- a/dev-python/trio/metadata.xml
+++ b/dev-python/trio/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
Trio was built from the ground up to take advantage of the latest Python features, and draws inspiration from many sources, in particular Dave Beazley's Curio. The resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable. Trio is the Python I/O library I always wanted; I find it makes building I/O-oriented programs easier, less error-prone, and just plain more fun. Perhaps you'll find the same.
diff --git a/dev-python/uvicorn/metadata.xml b/dev-python/uvicorn/metadata.xml
index 37318dd70..b32196abc 100644
--- a/dev-python/uvicorn/metadata.xml
+++ b/dev-python/uvicorn/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.
Until recently Python has lacked a minimal low-level server/application interface for asyncio frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all asyncio frameworks.
diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
index e98572b68..5839cf456 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
What is websockets?
websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.