Nilesh Patra pushed to branch master at Debian Med / python-stdlib-list


Commits:
e070b585 by Nilesh Patra at 2021-02-24T19:10:28+05:30
Add upstream/metadata

- - - - -
fdc8c912 by Nilesh Patra at 2021-02-24T19:10:57+05:30
Spacing fixes

- - - - -
5d51efac by Nilesh Patra at 2021-02-24T19:11:23+05:30
Declare compliance with policy 4.5.1

- - - - -
d918c77d by Nilesh Patra at 2021-02-24T19:12:19+05:30
Do not start Desc with article

- - - - -


4 changed files:

- − PKG-INFO
- debian/control
- debian/rules
- + debian/upstream/metadata


Changes:

=====================================
PKG-INFO deleted
=====================================
@@ -1,36 +0,0 @@
-Metadata-Version: 2.1
-Name: stdlib-list
-Version: 0.8.0
-Summary: A list of Python Standard Libraries (2.6-7, 3.2-9).
-Home-page: https://github.com/jackmaney/python-stdlib-list
-Author: Jack Maney
-Author-email: [email protected]
-License: MIT
-Description: Python Standard Library List
-        ============================
-        
-        This package includes lists of all of the standard libraries for 
Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9 along with the code 
for scraping the official Python docs to get said lists.
-        
-        Listing the modules in the standard library? Wait, why on Earth would 
you care about that?!
-        
-------------------------------------------------------------------------------------------
-        
-        Because knowing whether or not a module is part of the standard 
library will come in handy in [a project of 
mine](https://github.com/jackmaney/pypt). [And I'm not the only 
one](http://stackoverflow.com/questions/6463918/how-can-i-get-a-list-of-all-the-python-standard-library-modules)
 who would find this useful. Or, the TL;DR answer is that it's handy in 
situations when you're analyzing Python code and would like to find module 
dependencies.
-        
-        After googling for a way to generate a list of Python standard 
libraries (and looking through the answers to the previously-linked Stack 
Overflow question), I decided that I didn't like the existing solutions. So, I 
started by writing a scraper for the TOC of the Python Module Index for each of 
the versions of Python above.
-        
-        However, web scraping can be a fragile affair. Thanks to [a 
suggestion](https://github.com/jackmaney/python-stdlib-list/issues/1#issuecomment-86517208)
 by [@ncoghlan](https://github.com/ncoghlan), and some further help from 
[@birkenfeld](https://github.com/birkenfeld) and 
[@epc](https://github.com/epc), the population of the lists is now done by 
grabbing and parsing the Sphinx object inventory for the official Python docs 
of each relevant version.
-        
-        Usage
-        -----
-        
-            >>> from stdlib_list import stdlib_list
-            >>> libraries = stdlib_list("2.7")
-            >>> libraries[:10]
-            ['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 
'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 
'EasyDialogs']
-        
-        For more details, check out [the 
docs](http://python-stdlib-list.readthedocs.org/en/latest/).
-        
-        
-Platform: UNKNOWN
-Description-Content-Type: text/markdown
-Provides-Extra: develop


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
                 dh-python,
                 python3-all,
                 python3-setuptools
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/python-stdlib-list
 Vcs-Git: https://salsa.debian.org/med-team/python-stdlib-list.git
 Homepage: https://github.com/jackmaney/python-stdlib-list
@@ -15,8 +15,8 @@ Rules-Requires-Root: no
 
 Package: python3-stdlib-list
 Architecture: any
-Depends:  ${python3:Depends}, ${misc:Depends}
-Description: A list of Python Standard Libraries (2.6-7, 3.2-9)
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: List of Python Standard Libraries (2.6-7, 3.2-9)
  This package includes lists of all of the standard libraries for
  Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9 along
  with the code for scraping the official Python docs to get said lists.


=====================================
debian/rules
=====================================
@@ -6,4 +6,3 @@ export PYBUILD_DISABLE=test
 
 %:
        dh $@ --with python3 --buildsystem=pybuild
-


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,7 @@
+---
+Archive: GitHub
+Bug-Database: https://github.com/jackmaney/python-stdlib-list/issues
+Bug-Submit: https://github.com/jackmaney/python-stdlib-list/issues/new
+Changelog: https://github.com/jackmaney/python-stdlib-list/tags
+Repository: https://github.com/jackmaney/python-stdlib-list.git
+Repository-Browse: https://github.com/jackmaney/python-stdlib-list



View it on GitLab: 
https://salsa.debian.org/med-team/python-stdlib-list/-/compare/316c24ee8878c8b304d9d449ea566df94dd297d7...d918c77d9b8e9e58301780291ee5b308f6b75f63

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-stdlib-list/-/compare/316c24ee8878c8b304d9d449ea566df94dd297d7...d918c77d9b8e9e58301780291ee5b308f6b75f63
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to