python3-email-validator new package

This commit is contained in:
Rmys
2021-06-29 15:58:10 +03:00
parent da96cab675
commit 3f4422e0e8
8 changed files with 248684 additions and 248430 deletions
+248605 -248428
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
94730debfdfa2e2d6d09561946f8291e47b78e81
a0438fc355eee553e034e4af7269f8ccf61f6d2c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
34a0ad285c8a8c0b51640dc60b6a2231b11a608a
c6cacbbc75c3faaf605d6d78685c0d33aaf462c0
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-email-validator</Name>
<Homepage>https://github.com/JoshData/python-email-validator</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app</IsA>
<Summary>A robust email syntax and deliverability validation library for Python</Summary>
<Description>Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı</Description>
<Archive sha1sum="80afd4aaef433b27d35cb13c94529e26c4fcfac9" type="targz">https://github.com/JoshData/python-email-validator/archive/refs/tags/v1.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-email-validator.patch</Patch>
<Patch level="1">python3-email-validator.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-email-validator</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-dnspython</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-29</Date>
<Version>1.1.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-email-validator</Name>
<Summary xml:lang="tr">A robust email syntax and deliverability validation library for Python</Summary>
<Description xml:lang="tr">Python için sağlam bir e-posta sözdizimi ve teslim edilebilirlik doğrulama kitaplığı</Description>
</Source>
</PISI>
+2
View File
@@ -56,6 +56,7 @@
<Dependency>python3-sshtunnel</Dependency>
<Dependency>python3-flask-security</Dependency>
<Dependency>python3-flask-compress</Dependency>
<Dependency>python3-email-validator</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pgadmin4-python-de-vendor-venv-paths.patch</Patch>
@@ -101,6 +102,7 @@
<Dependency>python3-sshtunnel</Dependency>
<Dependency>python3-flask-security</Dependency>
<Dependency>python3-flask-compress</Dependency>
<Dependency>python3-email-validator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>