%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")} %{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")} Summary: Python cryptography library Name: python-cryptography Version: 1.7.2 Release: 1%{?dist} Url: https://cryptography.io License: ASL 2.0 Group: Development/Languages/Python Vendor: VMware, Inc. Distribution: Photon Source0: https://pypi.io/packages/source/c/cryptography/cryptography-%{version}.tar.gz %define sha1 cryptography=2b5bc62fda71992633f83164b1a74c16a784acdf BuildRequires: python2 BuildRequires: python2-libs BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-cffi BuildRequires: openssl-devel Requires: openssl Requires: python-cffi Requires: python2 Requires: python2-libs %description Cryptography is a Python library which exposes cryptographic recipes and primitives. %package -n python3-cryptography Summary: python-cryptography BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-libs BuildRequires: python3-cffi Requires: python3 Requires: python3-libs Requires: python3-cffi %description -n python3-cryptography Python 3 version. %prep %setup -q -n cryptography-%{version} %build python setup.py build python3 setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) %{python_sitelib}/* %files -n python3-cryptography %defattr(-,root,root,-) %{python3_sitelib}/* %changelog * Thu Feb 02 2017 Xiaolin Li 1.7.2-1 - Updated to version 1.7.2 and added python3 package. * Tue May 24 2016 Priyesh Padmavilasom 1.2.3-2 - GA - Bump release of all rpms * Mon Mar 07 2016 Anish Swaminathan 1.2.3-1 - Upgrade to 1.2.3 * Fri Feb 26 2016 Anish Swaminathan 1.2.2-1 - Upgrade version to 1.2.2 * Thu Jan 21 2016 Anish Swaminathan 1.2.1-1 - Upgrade version * Wed Nov 18 2015 Divya Thaluru 1.1-1 - Initial packaging for Photon