Files
main/programming/language/python3/python3-pyperclip/pspec.xml
T

50 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyperclip</Name>
<Homepage>https://github.com/asweigart/pyperclip</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A cross-platform clipboard module for Python</Summary>
<Description>The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.</Description>
<Archive sha1sum="ce2bc12b708e77aac5f4ff7f2ac6d52f146cdbfb" type="targz">https://files.pythonhosted.org/packages/a7/2c/4c64579f847bd5d539803c8b909e54ba087a79d01bb3aba433a95879a6c5/pyperclip-1.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyperclip</Name>
<RuntimeDependencies>
<Dependency>xsel</Dependency>
<Dependency>xclip</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-13</Date>
<Version>1.8.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>