Skip to content

Commit

Permalink
Remove multiline descriptions from wheelegg testdata.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630066384
  • Loading branch information
erikvarga authored and copybara-github committed May 2, 2024
1 parent 51a6b1c commit e02a465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
18 changes: 2 additions & 16 deletions extractor/language/python/wheelegg/testdata/egginfo
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,7 @@ Author: Zdenek Dohnal
Author-email: [email protected]
License: GPLv2+
Download-URL: https://github.com/zdohnal/pycups/releases
Description: This is a set of Python bindings for the libcups library from the
CUPS project.

>>> # Example of getting a list of printers
>>> import cups
>>> conn = cups.Connection ()
>>> printers = conn.getPrinters ()
>>> for printer in printers:
... print printer, printers[printer]["device-uri"]
...
HP ipp://192.168.1.1:631/printers/HP
duplex ipp://192.168.1.1:631/printers/duplex
HP-LaserJet-6MP ipp://192.168.1.1:631/printers/HP-LaserJet-6MP
EPSON-Stylus-D78 usb://EPSON/Stylus%20D78

Description: This is a set of Python bindings for the libcups library from the CUPS project.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Expand All @@ -30,4 +16,4 @@ Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3
17 changes: 0 additions & 17 deletions extractor/language/python/wheelegg/testdata/malformed_pkginfo
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ Author-email: [email protected]
License: BSD
Download-URL: https://pypi.python.org/packages/source/p/passlib/passlib-1.7.4.tar.gz
Description: Passlib is a password hashing library for Python 2 & 3, which provides
cross-platform implementations of over 30 password hashing algorithms, as well
as a framework for managing existing password hashes. It's designed to be useful
for a wide range of tasks, from verifying a hash found in /etc/shadow, to
providing full-strength password hashing for multi-user applications.

* See the `documentation <https://passlib.readthedocs.io>`_
for details, installation instructions, and examples.

* See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
for the latest news and more information.

* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
for a description of what's new in Passlib.

All releases are signed with the gpg key
`4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.

Keywords: password secret hash security
crypt md5-crypt
sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt
Expand Down

0 comments on commit e02a465

Please sign in to comment.