commit:     8310dc6e1c4fa340ea0ad374c31201b8ac417fed
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:36:27 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 22:39:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8310dc6e

dev-python: mass add longdescription lang="en"

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/aspectlib/metadata.xml                | 2 +-
 dev-python/autoflake/metadata.xml                | 2 +-
 dev-python/curio/metadata.xml                    | 2 +-
 dev-python/geopy/metadata.xml                    | 2 +-
 dev-python/hstspreload/metadata.xml              | 2 +-
 dev-python/httpx/metadata.xml                    | 2 +-
 dev-python/hunter/metadata.xml                   | 2 +-
 dev-python/manhole/metadata.xml                  | 2 +-
 dev-python/mkdocs-material/metadata.xml          | 2 +-
 dev-python/pytest-sugar/metadata.xml             | 2 +-
 dev-python/schedule/metadata.xml                 | 2 +-
 dev-python/sphinx-autodoc-typehints/metadata.xml | 2 +-
 dev-python/sphinxcontrib-trio/metadata.xml       | 2 +-
 dev-python/sphobjinv/metadata.xml                | 2 +-
 dev-python/stdio-mgr/metadata.xml                | 2 +-
 dev-python/trio-asyncio/metadata.xml             | 2 +-
 dev-python/trio/metadata.xml                     | 2 +-
 dev-python/uvicorn/metadata.xml                  | 2 +-
 dev-python/websockets/metadata.xml               | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/dev-python/aspectlib/metadata.xml 
b/dev-python/aspectlib/metadata.xml
index c1f3f9c..3a4e403 100644
--- a/dev-python/aspectlib/metadata.xml
+++ b/dev-python/aspectlib/metadata.xml
@@ -6,7 +6,7 @@
     <email>lssndrbarbi...@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 3fe5b4f..dd52559 100644
--- a/dev-python/autoflake/metadata.xml
+++ b/dev-python/autoflake/metadata.xml
@@ -6,7 +6,7 @@
     <email>lssndrbarbi...@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 949f769..d98754e 100644
--- a/dev-python/curio/metadata.xml
+++ b/dev-python/curio/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 3ca0d23..fb44591 100644
--- a/dev-python/geopy/metadata.xml
+++ b/dev-python/geopy/metadata.xml
@@ -5,7 +5,7 @@
     <email>lssndrbarbi...@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 83db3e9..1f1cfe2 100644
--- a/dev-python/hstspreload/metadata.xml
+++ b/dev-python/hstspreload/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 dbf80c1..6c2489f 100644
--- a/dev-python/httpx/metadata.xml
+++ b/dev-python/httpx/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 0fd2af6..0d170b8 100644
--- a/dev-python/hunter/metadata.xml
+++ b/dev-python/hunter/metadata.xml
@@ -6,7 +6,7 @@
     <email>lssndrbarbi...@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 e407498..293942a 100644
--- a/dev-python/manhole/metadata.xml
+++ b/dev-python/manhole/metadata.xml
@@ -6,7 +6,7 @@
     <email>lssndrbarbi...@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 a193ecf..f65c982 100644
--- a/dev-python/mkdocs-material/metadata.xml
+++ b/dev-python/mkdocs-material/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 c1fe544..273351a 100644
--- a/dev-python/pytest-sugar/metadata.xml
+++ b/dev-python/pytest-sugar/metadata.xml
@@ -5,7 +5,7 @@
     <email>lssndrbarbi...@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 cb72441..402305f 100644
--- a/dev-python/schedule/metadata.xml
+++ b/dev-python/schedule/metadata.xml
@@ -5,7 +5,7 @@
     <email>lssndrbarbi...@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 34a6533..f424637 100644
--- a/dev-python/sphinx-autodoc-typehints/metadata.xml
+++ b/dev-python/sphinx-autodoc-typehints/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 c43e0ba..02b4005 100644
--- a/dev-python/sphinxcontrib-trio/metadata.xml
+++ b/dev-python/sphinxcontrib-trio/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 ec65084..85aabf1 100644
--- a/dev-python/sphobjinv/metadata.xml
+++ b/dev-python/sphobjinv/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 ebddaca..dd02714 100644
--- a/dev-python/stdio-mgr/metadata.xml
+++ b/dev-python/stdio-mgr/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 cc48483..f34dda2 100644
--- a/dev-python/trio-asyncio/metadata.xml
+++ b/dev-python/trio-asyncio/metadata.xml
@@ -6,7 +6,7 @@
     <email>lssndrbarbi...@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 d8d9353..a9e12d3 100644
--- a/dev-python/trio/metadata.xml
+++ b/dev-python/trio/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 37318dd..b32196a 100644
--- a/dev-python/uvicorn/metadata.xml
+++ b/dev-python/uvicorn/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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 e98572b..5839cf4 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -6,7 +6,7 @@
     <email>andrewammerl...@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.

Reply via email to