Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6d9e0b90140ee3bdb37fccb77e7a408e693483e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6d9e0b90140ee3bdb37fccb77e7a408e693483e9)
  • Date: Fri, 16 Sep 2022 20:53:45 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

python-pypi/python-cryptography/BUILD | 2 ++
python-pypi/python-cryptography/HISTORY | 3 +++
python-pypi/python-cryptography/INSTALL | 2 ++
3 files changed, 7 insertions(+)

New commits:
commit 6d9e0b90140ee3bdb37fccb77e7a408e693483e9
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/python-cryptography: fixed innstallation by specifying
CARGO_HOME

diff --git a/python-pypi/python-cryptography/BUILD
b/python-pypi/python-cryptography/BUILD
new file mode 100755
index 0000000..9b9addf
--- /dev/null
+++ b/python-pypi/python-cryptography/BUILD
@@ -0,0 +1,2 @@
+export CARGO_HOME="${SOURCE_DIRECTORY}/cargo_home" &&
+default_build
diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index 5f83f76..5b96ba9 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,3 +1,6 @@
+2022-09-16 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, INSTALL: readded to specify CARGO_HOME and fix installation
+
2022-09-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 38.0.1
* DEPENDS: uncommented rust and setuptools-rust
diff --git a/python-pypi/python-cryptography/INSTALL
b/python-pypi/python-cryptography/INSTALL
new file mode 100755
index 0000000..743a2ec
--- /dev/null
+++ b/python-pypi/python-cryptography/INSTALL
@@ -0,0 +1,2 @@
+export CARGO_HOME="${SOURCE_DIRECTORY}/cargo_home" &&
+default_install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6d9e0b90140ee3bdb37fccb77e7a408e693483e9), Pavel Vinogradov, 09/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page