-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump python 2.7.14 to 2.7.15, move cryptography to a cross, and update requirements * cleanup custom makefile targets * bump libsodium-1.0.16 to 1.0.17 because why not * bump wheel 0.30.0 to 0.32.3 * bump pip 9.0.1 to 18.1 * add cryptography-2.4.2
- Loading branch information
1 parent
9b9a597
commit b2ec726
Showing
17 changed files
with
87 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PKG_NAME = cryptography | ||
PKG_VERS = 2.4.2 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/c/$(PKG_NAME) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/openssl cross/cffi | ||
|
||
HOMEPAGE = http://github.com/pyca/cryptography | ||
COMMENT = Provide cryptographic recipes and primitives to Python developers | ||
LICENSE = BSD/ASL2 | ||
|
||
include ../../mk/spksrc.python-module.mk |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cryptography-2.4.2.tar.gz SHA1 dbebf76a5e10eeb3c251bd1a243e0d1dacfda765 | ||
cryptography-2.4.2.tar.gz SHA256 05a6052c6a9f17ff78ba78f8e6eb1d777d25db3b763343a1ae89a7a8670386dd | ||
cryptography-2.4.2.tar.gz MD5 26bad6a40a373e2ad43dfa13dc4b162b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
lnk:lib/libsodium.so | ||
lnk:lib/libsodium.so.23 | ||
lib:lib/libsodium.so.23.1.0 | ||
lib:lib/libsodium.so.23.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
libsodium-1.0.16.tar.gz SHA1 c7ea321d7b8534e51c5e3d86055f6c1aa1e48ee9 | ||
libsodium-1.0.16.tar.gz SHA256 eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533 | ||
libsodium-1.0.16.tar.gz MD5 37b18839e57e7a62834231395c8e962b | ||
libsodium-1.0.17.tar.gz SHA1 3ff06c4aa33eb0a9c9d83481a00383b0c81d4a80 | ||
libsodium-1.0.17.tar.gz SHA256 0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1 | ||
libsodium-1.0.17.tar.gz MD5 0f71e2680187a1558b5461e6879342c5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip-9.0.1.tar.gz SHA1 57ff41e99cb01b6a1c2b0999161589b726f0ec8b | ||
pip-9.0.1.tar.gz SHA256 09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d | ||
pip-9.0.1.tar.gz MD5 35f01da33009719497f01a4ba69d63c9 | ||
pip-18.1.tar.gz SHA1 1226368a8d39bd8b945517b6f7cb9802b279564e | ||
pip-18.1.tar.gz SHA256 c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 | ||
pip-18.1.tar.gz MD5 75cad449ad62c88b22de317a26781714 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-2.7.14.tar.xz SHA1 cf146474fc988b4b6b53fdd81b71c2815873b469 | ||
Python-2.7.14.tar.xz SHA256 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 | ||
Python-2.7.14.tar.xz MD5 1f6db41ad91d9eb0a6f0c769b8613c5b | ||
Python-2.7.15.tar.xz SHA1 f99348a095ec4a6411c84c0d15343d11920c9724 | ||
Python-2.7.15.tar.xz SHA256 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574 | ||
Python-2.7.15.tar.xz MD5 a80ae3cc478460b922242f43a1b4094d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
wheel-0.30.0.tar.gz SHA1 947ed0617298824d94e523b35f72d406fa78ba4b | ||
wheel-0.30.0.tar.gz SHA256 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 | ||
wheel-0.30.0.tar.gz MD5 e48f8f2329f1419572d93b68a63272a9 | ||
wheel-0.32.3.tar.gz SHA1 b10e2b4f3627e1904285c204c1975e84d634c9eb | ||
wheel-0.32.3.tar.gz SHA256 029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6 | ||
wheel-0.32.3.tar.gz MD5 0040eb1e7a49c4f2e55eb0e59ee2974e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-2.7.14.tar.xz SHA1 cf146474fc988b4b6b53fdd81b71c2815873b469 | ||
Python-2.7.14.tar.xz SHA256 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 | ||
Python-2.7.14.tar.xz MD5 1f6db41ad91d9eb0a6f0c769b8613c5b | ||
Python-2.7.15.tar.xz SHA1 f99348a095ec4a6411c84c0d15343d11920c9724 | ||
Python-2.7.15.tar.xz SHA256 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574 | ||
Python-2.7.15.tar.xz MD5 a80ae3cc478460b922242f43a1b4094d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters