Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (354bd6817c54d9d2319430e7e4a25208d8e0f425)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (354bd6817c54d9d2319430e7e4a25208d8e0f425)
  • Date: Fri, 28 Jul 2017 14:41:49 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/python-gnupg/DEPENDS | 3 ++-
python-pypi/python-gnupg/DETAILS | 12 ++++++------
python-pypi/python-gnupg/HISTORY | 5 +++++
python-pypi/python-gnupg/PRE_BUILD | 3 ---
4 files changed, 13 insertions(+), 10 deletions(-)

New commits:
commit 354bd6817c54d9d2319430e7e4a25208d8e0f425
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-gnupg: => 0.4.1

diff --git a/python-pypi/python-gnupg/DEPENDS
b/python-pypi/python-gnupg/DEPENDS
index 67348aa..a95b8bb 100755
--- a/python-pypi/python-gnupg/DEPENDS
+++ b/python-pypi/python-gnupg/DEPENDS
@@ -1,2 +1,3 @@
-depends python &&
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
depends gnupg
diff --git a/python-pypi/python-gnupg/DETAILS
b/python-pypi/python-gnupg/DETAILS
index 6c9d5d9..c743b2a 100755
--- a/python-pypi/python-gnupg/DETAILS
+++ b/python-pypi/python-gnupg/DETAILS
@@ -1,10 +1,10 @@
SPELL=python-gnupg
- VERSION=0.3.7
- SOURCE=$SPELL-$VERSION.tar.bz2
- WEB_SITE=https://bitbucket.org/vinay.sajip/python-gnupg
- SOURCE_URL[0]=$WEB_SITE/get/$VERSION.tar.bz2
-
SOURCE_HASH=sha512:2fba5f956be547ce30a20ac99f9c311888b5379fbfa71413d5708a251b69c36ddc6120ba97ca700c0c956f39716d6f6c0af0b26e6ef28005a1a71fb7046767da
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ VERSION=0.4.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:0920a1de4d98a745f7747280672975db04c40b59ea4436745cdbefa86a0c88bfdc086d6dd312c82a0a9e9f8cafb5651f8e17d86e0ee37282b5fc36e7ac8d1a1e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://pythonhosted.org/python-gnupg/
LICENSE[0]=BSD
ENTERED=20100629
SHORT="Python API which wraps the GNU Privacy Guard"
diff --git a/python-pypi/python-gnupg/HISTORY
b/python-pypi/python-gnupg/HISTORY
index 90ad62d..5e40d31 100644
--- a/python-pypi/python-gnupg/HISTORY
+++ b/python-pypi/python-gnupg/HISTORY
@@ -1,3 +1,8 @@
+2017-07-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.1; updated source, source url, website
+ * DEPENDS: python3 compat
+ * PRE_BUILD: dropped
+
2015-01-08 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.3.7
* PRE_BUILD: Unpack the sources correctly
diff --git a/python-pypi/python-gnupg/PRE_BUILD
b/python-pypi/python-gnupg/PRE_BUILD
deleted file mode 100755
index 3c54871..0000000
--- a/python-pypi/python-gnupg/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir "$SOURCE_DIRECTORY" &&
-cd "$SOURCE_DIRECTORY" &&
-tar -jxf "$SOURCE_CACHE/$SOURCE" --strip-components=1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (354bd6817c54d9d2319430e7e4a25208d8e0f425), Vlad Glagolev, 07/28/2017

Archive powered by MHonArc 2.6.24.

Top of Page