Skip to Content.
Sympa Menu

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

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 (54f49b72b93d3f40a96465da0aec9cf9a9160577)
  • Date: Sun, 14 Apr 2019 21:37:07 +0000

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

ChangeLog | 5 +++++
python-pypi/haishoku/DEPENDS | 3 +++
python-pypi/haishoku/DETAILS | 14 ++++++++++++++
python-pypi/haishoku/HISTORY | 2 ++
python-pypi/pywal/DEPENDS | 5 +++++
python-pypi/pywal/DETAILS | 15 +++++++++++++++
python-pypi/pywal/HISTORY | 2 ++
7 files changed, 46 insertions(+)

New commits:
commit 54f49b72b93d3f40a96465da0aec9cf9a9160577
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pywal: new spell, generate and change color-schemes on the fly

commit a38da60b2d1c05258b455ba6468d0891dd64b7ae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

haishoku: new spell, color scheme generator

diff --git a/ChangeLog b/ChangeLog
index 6ee5529..675944c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/haishoku: new spell, color scheme generator
+ * python-pypi/pywal: new spell, generate and change color-schemes on
+ the fly
+
2019-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/fcgi-procmanager: new spell, functions for managing
FastCGI
applications
diff --git a/python-pypi/haishoku/DEPENDS b/python-pypi/haishoku/DEPENDS
new file mode 100755
index 0000000..c1697ec
--- /dev/null
+++ b/python-pypi/haishoku/DEPENDS
@@ -0,0 +1,3 @@
+depends python3 &&
+depends SETUPTOOLS &&
+depends pillow
diff --git a/python-pypi/haishoku/DETAILS b/python-pypi/haishoku/DETAILS
new file mode 100755
index 0000000..d88af3f
--- /dev/null
+++ b/python-pypi/haishoku/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haishoku
+ VERSION=1.1.7
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/h/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:50c90ae4cc4203ac418e20045c9f351fc0f16811572dfd58232fc19bc9a41db1e9a1b2d79a91606487908be8361fb00d42b35d9699ed94c38583abe50a2b64f5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/LanceGin/haishoku
+ LICENSE[0]=MIT
+ ENTERED=20190414
+ SHORT="color scheme generator"
+cat << EOF
+Haishoku is a development tool for grabbing the dominant color or
+representative color palette from an image.
+EOF
diff --git a/python-pypi/haishoku/HISTORY b/python-pypi/haishoku/HISTORY
new file mode 100644
index 0000000..025869f
--- /dev/null
+++ b/python-pypi/haishoku/HISTORY
@@ -0,0 +1,2 @@
+2019-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.1.7
diff --git a/python-pypi/pywal/DEPENDS b/python-pypi/pywal/DEPENDS
new file mode 100755
index 0000000..4a9694c
--- /dev/null
+++ b/python-pypi/pywal/DEPENDS
@@ -0,0 +1,5 @@
+depends python3 &&
+depends SETUPTOOLS &&
+
+suggest_depends imagemagick "" "" "for ImageMagick backend support" &&
+suggest_depends haishoku "" "" "for Haishoku backend support"
diff --git a/python-pypi/pywal/DETAILS b/python-pypi/pywal/DETAILS
new file mode 100755
index 0000000..2c8149d
--- /dev/null
+++ b/python-pypi/pywal/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pywal
+ VERSION=3.3.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e8469ae1cb6596e78e9100907115e2075cfe6f984751e9972c36e60e27d1c379b4e8d2c5ef90becb689bcfcc1efb9702392e64602dbb93f903e12f3881ed42ce
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/dylanaraps/pywal
+ LICENSE[0]=MIT
+ ENTERED=20190414
+ SHORT="generate and change color-schemes on the fly"
+cat << EOF
+Pywal is a tool that generates a color palette from the dominant colors in an
+image. It then applies the colors system-wide and on-the-fly in all of your
+favourite programs.
+EOF
diff --git a/python-pypi/pywal/HISTORY b/python-pypi/pywal/HISTORY
new file mode 100644
index 0000000..e5eda2f
--- /dev/null
+++ b/python-pypi/pywal/HISTORY
@@ -0,0 +1,2 @@
+2019-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 3.3.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (54f49b72b93d3f40a96465da0aec9cf9a9160577), Vlad Glagolev, 04/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page