commit b9c7d79cc8221008d9922e0ce69f8319ddee7852 Author: gnaygnil Date: Sat Nov 30 10:39:35 2019 +0800 python-cryptography-vectors: openEuler init diff --git a/cryptography_vectors-2.3.tar.gz b/cryptography_vectors-2.3.tar.gz new file mode 100644 index 0000000..067ad63 Binary files /dev/null and b/cryptography_vectors-2.3.tar.gz differ diff --git a/python-cryptography-vectors.spec b/python-cryptography-vectors.spec new file mode 100644 index 0000000..92cde86 --- /dev/null +++ b/python-cryptography-vectors.spec @@ -0,0 +1,54 @@ +Name: python-cryptography-vectors +Version: 2.3 +Release: 2 +License: ASL 2.0 or BSD +Summary: This module is a test vectors for the cryptography package +URL: https://pypi.python.org/pypi/cryptography-vectors +Source0: https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-%{version}.tar.gz +BuildArch: noarch + +%description +This package is a test vectors for the python-cryptography. + +%package -n python2-cryptography-vectors +Summary: This module is a test vectors for the cryptography package +BuildRequires: python2-devel python2-setuptools +%{?python_provide:%python_provide python2-cryptography-vectors} + +%description -n python2-cryptography-vectors +This package is a test vectors for the python-cryptography. + +%package -n python3-cryptography-vectors +Summary: This module is a test vectors for the cryptography package +BuildRequires: python3-devel python3-setuptools +%{?python_provide:%python_provide python3-cryptography-vectors} + +%description -n python3-cryptography-vectors +This package is a test vectors for the python-cryptography. + +%prep +%autosetup -n cryptography_vectors-%{version} +rm -vrf cryptography_vectors.egg-info +%build +%py2_build +%py3_build +%check +%{__python2} setup.py test +%{__python3} setup.py test +%install +%py2_install +%py3_install + +%files -n python2-cryptography-vectors +%doc LICENSE LICENSE.APACHE LICENSE.BSD +%{python2_sitelib}/cryptography_vectors/ +%{python2_sitelib}/cryptography_vectors-%{version}-py*.egg-info + +%files -n python3-cryptography-vectors +%doc LICENSE LICENSE.APACHE LICENSE.BSD +%{python3_sitelib}/cryptography_vectors/ +%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info + +%changelog +* Mon Nov 25 2019 Ling Yang - 2.3-2 +- Package init