cryptography-PYVER.p5m revision 6408
4458N/A#
4458N/A# CDDL HEADER START
4458N/A#
4458N/A# The contents of this file are subject to the terms of the
4458N/A# Common Development and Distribution License (the "License").
4458N/A# You may not use this file except in compliance with the License.
4458N/A#
4458N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4458N/A# or http://www.opensolaris.org/os/licensing.
4458N/A# See the License for the specific language governing permissions
4458N/A# and limitations under the License.
4458N/A#
4458N/A# When distributing Covered Code, include this CDDL HEADER in each
4458N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4458N/A# If applicable, add the following below this CDDL HEADER, with the
4458N/A# fields enclosed by brackets "[]" replaced with your own identifying
4458N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4458N/A#
4458N/A# CDDL HEADER END
4458N/A#
4458N/A
4458N/A#
5484N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
4458N/A#
4458N/A
4458N/Aset name=pkg.fmri \
4458N/A value=pkg:/library/python/cryptography-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4458N/Aset name=pkg.summary value="Python crytographic recipes and primitives"
4458N/Aset name=pkg.description \
4458N/A value="The cryptography package provides cryptographic recipes and primitives to Python developers. It includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions."
4458N/Aset name=com.oracle.info.description value="the Python cryptography module"
4458N/Aset name=com.oracle.info.tpno value=$(TPNO)
4458N/Aset name=info.classification \
4458N/A value=org.opensolaris.category.2008:Development/Python \
4458N/A value=org.opensolaris.category.2008:System/Security
4458N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4458N/Aset name=info.upstream \
4458N/A value="The cryptography developers <cryptography-dev@python.org>"
4458N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4458N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/071
4458N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4458N/A#
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/__about__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/exceptions.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/fernet.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/commoncrypto/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/commoncrypto/backend.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/commoncrypto/ciphers.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/commoncrypto/hashes.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/commoncrypto/hmac.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/interfaces.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/multibackend.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/backend.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/ciphers.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/cmac.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/dsa.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/ec.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/hashes.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/hmac.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/rsa.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/utils.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/backends/openssl/x509.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/64/_constant_time.so
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/64/_openssl.so
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/64/_padding.so
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/__init__.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/_constant_time.so
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/_openssl.so
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/_padding.so
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/commoncrypto/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/commoncrypto/binding.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/openssl/__init__.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/openssl/_conditional.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/bindings/openssl/binding.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/dh.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/dsa.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/ec.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/padding.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/rsa.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/asymmetric/utils.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/ciphers/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/ciphers/algorithms.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/ciphers/base.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/ciphers/modes.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/cmac.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/constant_time.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/hashes.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/hmac.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/interfaces/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/kdf/__init__.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/kdf/concatkdf.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/kdf/hkdf.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/kdf/x963kdf.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/keywrap.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/padding.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/serialization.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/twofactor/__init__.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/twofactor/hotp.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/twofactor/totp.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/hazmat/primitives/twofactor/utils.py
4458N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/utils.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/__init__.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/base.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/extensions.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/general_name.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/name.py
5484N/Afile path=usr/lib/python$(PYVER)/vendor-packages/cryptography/x509/oid.py
4458N/A#
5484N/Alicense LICENSE.BSD license=BSD-like
4458N/A
4458N/A# Dependencies on cffi must be incorporated.
6408N/Adepend type=incorporate fmri=library/python/cffi-$(PYV)@1.5.2
4458N/A
4458N/A# force a dependency on the Python runtime
4458N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
4458N/A pkg.debug.depend.path=usr/bin
4458N/A
4458N/A# force a dependency on cffi; pkgdepend work is needed to flush this out.
4458N/Adepend type=require fmri=library/python/cffi-$(PYV)
4458N/A
4458N/A# force a dependency on the cryptography package
4458N/Adepend type=require \
4458N/A fmri=library/python/cryptography@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4458N/A
4458N/A# force a dependency on enum; pkgdepend work is needed to flush this out.
4458N/Adepend type=require fmri=library/python/enum-$(PYV)
4458N/A
5484N/A# force a dependency on idna; pkgdepend work is needed to flush this out.
5484N/Adepend type=require fmri=library/python/idna-$(PYV)
5484N/A
5484N/A# force a dependency on ipaddress; pkgdepend work is needed to flush this out.
5484N/Adepend type=require fmri=library/python/ipaddress-$(PYV)
5484N/A
4458N/A# force a dependency on pyasn1; pkgdepend work is needed to flush this out.
4458N/Adepend type=require fmri=library/python/pyasn1-$(PYV)
4458N/A
4458N/A# force a dependency on setuptools; pkgdepend work is needed to flush this out.
4458N/Adepend type=require fmri=library/python/setuptools-$(PYV)
4458N/A
4458N/A# force a dependency on six; pkgdepend work is needed to flush this out.
4458N/Adepend type=require fmri=library/python/six-$(PYV)