* [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/
@ 2017-08-11 23:08 Philip Miess
0 siblings, 0 replies; 5+ messages in thread
From: Philip Miess @ 2017-08-11 23:08 UTC (permalink / raw
To: gentoo-commits
commit: c1887fe72882d67995ed524a23b67c406ba03a0b
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Fri Aug 11 23:07:16 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Fri Aug 11 23:07:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=c1887fe7
shipper erbuild
dev-python/shipper/Manifest | 4 ++++
dev-python/shipper/metadata.xml | 19 +++++++++++++++++++
dev-python/shipper/shipper-1.12.ebuild | 24 ++++++++++++++++++++++++
dev-python/shipper/test.py | 12 ++++++++++++
4 files changed, 59 insertions(+)
diff --git a/dev-python/shipper/Manifest b/dev-python/shipper/Manifest
new file mode 100644
index 0000000..dc0eea0
--- /dev/null
+++ b/dev-python/shipper/Manifest
@@ -0,0 +1,4 @@
+DIST shipper-1.12.tar.gz 44495 SHA256 35fe43013e1220723d9e2b42c38cd115440a60103392417b2689364581a58343 SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9 WHIRLPOOL 5f5f412cbe0426b4a8348dc7f527bba617b8860302394b0b5613793c7261500d4fa2ad0d57ce9a1b7cbbbfbc1d31a57b21426671bdb86368a9c10525c2f5bd8b
+EBUILD shipper-1.12.ebuild 672 SHA256 0cea8563cb5076d6eefdaee83f511a6e990b3793430703f777e9039a8127cd92 SHA512 749333e204d5149d24bd8925ada995f16002ee1545dfb9905aba0d98a357ea0dd3b10d8845209a0484b1dd2bf57cd9f0907308c2d4433d553fcfec556f90de45 WHIRLPOOL 0e3789accff98dde66441b6f1732db3ad4baaf6e4de1ee81d4a35fa79ff1dd5156a6a3bf9f538b89d4521de287e4005d6ca2a95ddc4d7814c025ff954b5c957e
+MISC metadata.xml 1129 SHA256 dc5365173b2e9121bc446e663342a8fe92e9c1fb4ac1359a8c16843383c3d617 SHA512 257bf4baa019faf485c43342b1f34e596b08bbe652fd5c9e1efcf6a4d447211af5bde906c82f52cdf284dc002c039232c523d7b3f52e581dca78111105bb324b WHIRLPOOL 431005d182862d05c3d76c86665d60254fce2def764ec2138db990958cbaf3bdef27e5e4fa8c8c7f157f43c1d0dc631ce5be80ffddeb3489d491b1188b6da96f
+MISC test.py 309 SHA256 c2066d5b472c1f7edc4f4e80dd7dd61a577f9072bb40c6d6891048146e0e4a61 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87 WHIRLPOOL ffcb9df383dbfae179c1558378f1affe24b9b60a2852a782d6b7f835a233c2ea61c757e1129810aa9771997bd514f08ec44e725a5cb62daadc7be3aeb7eb2111
diff --git a/dev-python/shipper/metadata.xml b/dev-python/shipper/metadata.xml
new file mode 100644
index 0000000..7ac538c
--- /dev/null
+++ b/dev-python/shipper/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>phil_miess@yahoo.com</email>
+</maintainer>
+<longdescription lang="en">
+shipper is a power distribution tool for developers with multiple projects who do frequent releases. It automates the tedious process of shipping a software release and (if desired) templating a project web page. It can deliver releases in correct form to SourceForge, Berlios, and Savannah, and knows how to post a release announcement via freecode-submit.
+</longdescription>
+<use>
+ <flag name="lftp">Install <pkg>net-ftp/lftp</pkg> for shipping to ftp sites.</flag>
+ <flag name="email">For shipping email announcements. Either classic
+<pkg>mail-mta/sendmail</pkg> or <pkg>mail-mta/postfix</pkg> sendmail will work. All it has to be able to do
+is ship mail presented on standard input to a list of addresses
+specified as arguments.</flag>
+ <flag name="scp">Install <pkg>virtual/ssh</pkg>For shipping to websites. There are several different
+implementations of scp</flag>
+</use>
+</pkgmetadata>
diff --git a/dev-python/shipper/shipper-1.12.ebuild b/dev-python/shipper/shipper-1.12.ebuild
new file mode 100644
index 0000000..eb6a7ee
--- /dev/null
+++ b/dev-python/shipper/shipper-1.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Automated shipping of open-source project releases."
+HOMEPAGE="http://www.catb.org/~esr/shipper/"
+SRC_URI="http://www.catb.org/~esr/shipper/${PF}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="lftp email scp"
+# todo add freecode-submit and irkerd
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ lftp? ( net-ftp/lftp )
+ email? ( || ( mail-mta/sendmail mail-mta/postfix ) )
+ scp? ( virtual/ssh )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/dev-python/shipper/test.py b/dev-python/shipper/test.py
new file mode 100644
index 0000000..61c736b
--- /dev/null
+++ b/dev-python/shipper/test.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+#
+# shipper -- a tool for shipping software
+#
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Runs under both Python 2 and Python 3. Preserve this property!
+# from __future__ import print_function
+
+import sys, os, re, subprocess, time, glob, optparse, stat, email.utils, cgi, copy
+
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/
@ 2017-08-12 2:05 Philip Miess
0 siblings, 0 replies; 5+ messages in thread
From: Philip Miess @ 2017-08-12 2:05 UTC (permalink / raw
To: gentoo-commits
commit: ab4e6fd2d365da52079fe183228c53eaeb0da9fc
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Aug 12 02:06:01 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 12 02:06:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ab4e6fd2
freecode-submit ebuild
dev-python/shipper/Manifest | 4 ++--
dev-python/shipper/metadata.xml | 1 +
dev-python/shipper/shipper-1.12.ebuild | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-python/shipper/Manifest b/dev-python/shipper/Manifest
index 4e2385c..65ae8ce 100644
--- a/dev-python/shipper/Manifest
+++ b/dev-python/shipper/Manifest
@@ -1,4 +1,4 @@
DIST shipper-1.12.tar.gz 44495 SHA256 35fe43013e1220723d9e2b42c38cd115440a60103392417b2689364581a58343 SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9 WHIRLPOOL 5f5f412cbe0426b4a8348dc7f527bba617b8860302394b0b5613793c7261500d4fa2ad0d57ce9a1b7cbbbfbc1d31a57b21426671bdb86368a9c10525c2f5bd8b
-EBUILD shipper-1.12.ebuild 704 SHA256 05a0f9ef605428caeb7a56d347841d9f123b35923833b0d827fe3032790bdf8c SHA512 c47026518a405ffe114e2a142b621f1660cad1b0ef6fe7eaea62d34b41da53cb6676c13040af2e3594195a3b9a104b87ed6caceb8af1d490f79d46f3e09606b5 WHIRLPOOL 987cb21d21b3b36ef09613f51770e341f61184bf51c1b0bb90f3813c91899330e32811c47c6b96c31e4654c7769ecc7259f339a5fa69aee2688f90f956e48122
-MISC metadata.xml 1228 SHA256 8ea8a94cf5d1b346d60d03549b80abf700a27fff71608c627bd4d8f991190813 SHA512 28bfd765feea00936eca896982bc6b97986f5700e2b91aac2d2833e35ccb1cd1f057f6ed5c367ef67ab34e73efd0ff514ad86a7453bdc603129e5de554802044 WHIRLPOOL c5436652c0ec10ff7a386ef4e443a7bc8196729d8459b9f024ad52efed7bee823d6f68d5f302ae9adcdcb78be391f812d10f3d3b66e5a29b88d89349096257d8
+EBUILD shipper-1.12.ebuild 719 SHA256 86f3f9388936da0b0bc7782be1701c62c2e631b219751954ba5419b65490d5ea SHA512 9341491c32e98a11b20aed9e2c7f0e171bda91894609c836b4a68fa9b1a0422835a3be548e50e8f08b3c509b2d8f1ee4229024fff291ef4a1afe29cbce376268 WHIRLPOOL a21277109005674315a7bdf36f76053b1de4d6ca96b6674a800bf5035b3660bdae818878cb2712ee12d788429ebf7046bcf61caaf12895f47e2bae5998704914
+MISC metadata.xml 1359 SHA256 fddaa54dc2f3c3ae8ba9fcf6a3d3b67957ed2b48bd718d7835cab10d89e2e8a6 SHA512 bd597b099283fb4081a565b66f02f0964f2cdb1bd6371eab770f2276f293d7554ea8db49c60ca11263b67ada21cf3d979f9b7c963aacbd3bc43cc6e93224c13a WHIRLPOOL b7bb2890ff33b645b8ef362510bdc0fe8b9e896d81fc73077f2fa79f5fa4d7e3188a8e09765498608a78884ecf49fa039f3dae046c9bc9aeeb3b1526d3c23871
MISC test.py 309 SHA256 c2066d5b472c1f7edc4f4e80dd7dd61a577f9072bb40c6d6891048146e0e4a61 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87 WHIRLPOOL ffcb9df383dbfae179c1558378f1affe24b9b60a2852a782d6b7f835a233c2ea61c757e1129810aa9771997bd514f08ec44e725a5cb62daadc7be3aeb7eb2111
diff --git a/dev-python/shipper/metadata.xml b/dev-python/shipper/metadata.xml
index 7e207fa..b15817f 100644
--- a/dev-python/shipper/metadata.xml
+++ b/dev-python/shipper/metadata.xml
@@ -16,5 +16,6 @@ specified as arguments.</flag>
<flag name="scp">Install <pkg>virtual/ssh</pkg> for shipping to websites. There are several different
implementations of scp</flag>
<flag name="irker">Install <pkg>net-irc/irker</pkg> for shipping notices to IRC channels.</flag>
+ <flag name="freshcode">Install <pkg>dev-python/freecode-submit</pkg> For shipping release notifications to freshcode.club.</flag>
</use>
</pkgmetadata>
diff --git a/dev-python/shipper/shipper-1.12.ebuild b/dev-python/shipper/shipper-1.12.ebuild
index 6e93fce..ef2d4c1 100644
--- a/dev-python/shipper/shipper-1.12.ebuild
+++ b/dev-python/shipper/shipper-1.12.ebuild
@@ -14,12 +14,12 @@ SRC_URI="http://www.catb.org/~esr/shipper/${PF}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="irker lftp email scp"
-# todo add freecode-submit and irkerd
+IUSE="freshcode irker lftp email scp"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
lftp? ( net-ftp/lftp )
email? ( || ( mail-mta/sendmail mail-mta/postfix ) )
scp? ( virtual/ssh )
- irker? ( net-irc/irker )"
+ irker? ( net-irc/irker )
+ freshcode? ( dev-python/freecode-submit )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/
@ 2017-08-12 2:05 Philip Miess
0 siblings, 0 replies; 5+ messages in thread
From: Philip Miess @ 2017-08-12 2:05 UTC (permalink / raw
To: gentoo-commits
commit: 281a1c524451ab9f7d2942a26cdb33ac793ecc2b
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Fri Aug 11 23:57:31 2017 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Aug 12 00:01:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=281a1c52
add irker
dev-python/shipper/Manifest | 4 ++--
dev-python/shipper/metadata.xml | 3 ++-
dev-python/shipper/shipper-1.12.ebuild | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-python/shipper/Manifest b/dev-python/shipper/Manifest
index dc0eea0..4e2385c 100644
--- a/dev-python/shipper/Manifest
+++ b/dev-python/shipper/Manifest
@@ -1,4 +1,4 @@
DIST shipper-1.12.tar.gz 44495 SHA256 35fe43013e1220723d9e2b42c38cd115440a60103392417b2689364581a58343 SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9 WHIRLPOOL 5f5f412cbe0426b4a8348dc7f527bba617b8860302394b0b5613793c7261500d4fa2ad0d57ce9a1b7cbbbfbc1d31a57b21426671bdb86368a9c10525c2f5bd8b
-EBUILD shipper-1.12.ebuild 672 SHA256 0cea8563cb5076d6eefdaee83f511a6e990b3793430703f777e9039a8127cd92 SHA512 749333e204d5149d24bd8925ada995f16002ee1545dfb9905aba0d98a357ea0dd3b10d8845209a0484b1dd2bf57cd9f0907308c2d4433d553fcfec556f90de45 WHIRLPOOL 0e3789accff98dde66441b6f1732db3ad4baaf6e4de1ee81d4a35fa79ff1dd5156a6a3bf9f538b89d4521de287e4005d6ca2a95ddc4d7814c025ff954b5c957e
-MISC metadata.xml 1129 SHA256 dc5365173b2e9121bc446e663342a8fe92e9c1fb4ac1359a8c16843383c3d617 SHA512 257bf4baa019faf485c43342b1f34e596b08bbe652fd5c9e1efcf6a4d447211af5bde906c82f52cdf284dc002c039232c523d7b3f52e581dca78111105bb324b WHIRLPOOL 431005d182862d05c3d76c86665d60254fce2def764ec2138db990958cbaf3bdef27e5e4fa8c8c7f157f43c1d0dc631ce5be80ffddeb3489d491b1188b6da96f
+EBUILD shipper-1.12.ebuild 704 SHA256 05a0f9ef605428caeb7a56d347841d9f123b35923833b0d827fe3032790bdf8c SHA512 c47026518a405ffe114e2a142b621f1660cad1b0ef6fe7eaea62d34b41da53cb6676c13040af2e3594195a3b9a104b87ed6caceb8af1d490f79d46f3e09606b5 WHIRLPOOL 987cb21d21b3b36ef09613f51770e341f61184bf51c1b0bb90f3813c91899330e32811c47c6b96c31e4654c7769ecc7259f339a5fa69aee2688f90f956e48122
+MISC metadata.xml 1228 SHA256 8ea8a94cf5d1b346d60d03549b80abf700a27fff71608c627bd4d8f991190813 SHA512 28bfd765feea00936eca896982bc6b97986f5700e2b91aac2d2833e35ccb1cd1f057f6ed5c367ef67ab34e73efd0ff514ad86a7453bdc603129e5de554802044 WHIRLPOOL c5436652c0ec10ff7a386ef4e443a7bc8196729d8459b9f024ad52efed7bee823d6f68d5f302ae9adcdcb78be391f812d10f3d3b66e5a29b88d89349096257d8
MISC test.py 309 SHA256 c2066d5b472c1f7edc4f4e80dd7dd61a577f9072bb40c6d6891048146e0e4a61 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87 WHIRLPOOL ffcb9df383dbfae179c1558378f1affe24b9b60a2852a782d6b7f835a233c2ea61c757e1129810aa9771997bd514f08ec44e725a5cb62daadc7be3aeb7eb2111
diff --git a/dev-python/shipper/metadata.xml b/dev-python/shipper/metadata.xml
index 7ac538c..7e207fa 100644
--- a/dev-python/shipper/metadata.xml
+++ b/dev-python/shipper/metadata.xml
@@ -13,7 +13,8 @@ shipper is a power distribution tool for developers with multiple projects who d
<pkg>mail-mta/sendmail</pkg> or <pkg>mail-mta/postfix</pkg> sendmail will work. All it has to be able to do
is ship mail presented on standard input to a list of addresses
specified as arguments.</flag>
- <flag name="scp">Install <pkg>virtual/ssh</pkg>For shipping to websites. There are several different
+ <flag name="scp">Install <pkg>virtual/ssh</pkg> for shipping to websites. There are several different
implementations of scp</flag>
+ <flag name="irker">Install <pkg>net-irc/irker</pkg> for shipping notices to IRC channels.</flag>
</use>
</pkgmetadata>
diff --git a/dev-python/shipper/shipper-1.12.ebuild b/dev-python/shipper/shipper-1.12.ebuild
index eb6a7ee..6e93fce 100644
--- a/dev-python/shipper/shipper-1.12.ebuild
+++ b/dev-python/shipper/shipper-1.12.ebuild
@@ -14,11 +14,12 @@ SRC_URI="http://www.catb.org/~esr/shipper/${PF}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="lftp email scp"
+IUSE="irker lftp email scp"
# todo add freecode-submit and irkerd
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
lftp? ( net-ftp/lftp )
email? ( || ( mail-mta/sendmail mail-mta/postfix ) )
- scp? ( virtual/ssh )"
+ scp? ( virtual/ssh )
+ irker? ( net-irc/irker )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/
@ 2021-03-10 22:58 Philip Miess
0 siblings, 0 replies; 5+ messages in thread
From: Philip Miess @ 2021-03-10 22:58 UTC (permalink / raw
To: gentoo-commits
commit: d5338348cce2a792884304d25179fa5dd2bc3fb7
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Wed Mar 10 22:58:16 2021 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Wed Mar 10 22:58:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d5338348
update shipper to new python versions
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-python/shipper/Manifest | 8 ++++----
dev-python/shipper/metadata.xml | 5 ++---
dev-python/shipper/shipper-1.12.ebuild | 9 ++++-----
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/dev-python/shipper/Manifest b/dev-python/shipper/Manifest
index 65ae8ce..071bf47 100644
--- a/dev-python/shipper/Manifest
+++ b/dev-python/shipper/Manifest
@@ -1,4 +1,4 @@
-DIST shipper-1.12.tar.gz 44495 SHA256 35fe43013e1220723d9e2b42c38cd115440a60103392417b2689364581a58343 SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9 WHIRLPOOL 5f5f412cbe0426b4a8348dc7f527bba617b8860302394b0b5613793c7261500d4fa2ad0d57ce9a1b7cbbbfbc1d31a57b21426671bdb86368a9c10525c2f5bd8b
-EBUILD shipper-1.12.ebuild 719 SHA256 86f3f9388936da0b0bc7782be1701c62c2e631b219751954ba5419b65490d5ea SHA512 9341491c32e98a11b20aed9e2c7f0e171bda91894609c836b4a68fa9b1a0422835a3be548e50e8f08b3c509b2d8f1ee4229024fff291ef4a1afe29cbce376268 WHIRLPOOL a21277109005674315a7bdf36f76053b1de4d6ca96b6674a800bf5035b3660bdae818878cb2712ee12d788429ebf7046bcf61caaf12895f47e2bae5998704914
-MISC metadata.xml 1359 SHA256 fddaa54dc2f3c3ae8ba9fcf6a3d3b67957ed2b48bd718d7835cab10d89e2e8a6 SHA512 bd597b099283fb4081a565b66f02f0964f2cdb1bd6371eab770f2276f293d7554ea8db49c60ca11263b67ada21cf3d979f9b7c963aacbd3bc43cc6e93224c13a WHIRLPOOL b7bb2890ff33b645b8ef362510bdc0fe8b9e896d81fc73077f2fa79f5fa4d7e3188a8e09765498608a78884ecf49fa039f3dae046c9bc9aeeb3b1526d3c23871
-MISC test.py 309 SHA256 c2066d5b472c1f7edc4f4e80dd7dd61a577f9072bb40c6d6891048146e0e4a61 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87 WHIRLPOOL ffcb9df383dbfae179c1558378f1affe24b9b60a2852a782d6b7f835a233c2ea61c757e1129810aa9771997bd514f08ec44e725a5cb62daadc7be3aeb7eb2111
+DIST shipper-1.12.tar.gz 44495 BLAKE2B dd08a3b384151fc6a2bfb9200805791f8b55996c8c60ee927dd5386760d37ff79286177c40c10f9b05fe965cca5c6a5dc20e92d2cc713e378dae958ec51c340e SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9
+EBUILD shipper-1.12.ebuild 658 BLAKE2B 0d8990a564807ef06dedd18b02f91cab8890df0f644a088dea3025c658bd1eba0b7b9a59a8f86c793a25af072f752c9f587f3576a907d05106f29120a69f8c55 SHA512 8e9235fae958d466514e50ed37781f07e5802e540ec24018587830584b0557cae7876a3298616756eb4ed96e4f02cc6e3f514dec89e4b579e64295bc89cfbd0f
+MISC metadata.xml 1222 BLAKE2B d1913b5000f085c25d1f0cf355fb5d7a609a21da22eeb0155b67e46bd77ca7e3c9164dff83ea672c65bc7b2da23d0db628f1f415ec1ff9a5b133d181833e22c6 SHA512 15ec2111a0d957393d962a0e5dbe25bf67eac68768b27c3147db15c0575ab5fafc61298e34212103f9338e3c24a1e4407fecf7dcf1db6b3d3083a3bdf1b3f538
+MISC test.py 309 BLAKE2B 02eb91b7948185c1e9dd5fe1b03dddbedfd9f8fa03e8f58ef70548500b31c01a8f4d3b8b677634320acd1fca4bfb0b8c5db01d265134e871b3088b04e812e012 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87
diff --git a/dev-python/shipper/metadata.xml b/dev-python/shipper/metadata.xml
index b15817f..9caef10 100644
--- a/dev-python/shipper/metadata.xml
+++ b/dev-python/shipper/metadata.xml
@@ -9,13 +9,12 @@ shipper is a power distribution tool for developers with multiple projects who d
</longdescription>
<use>
<flag name="lftp">Install <pkg>net-ftp/lftp</pkg> for shipping to ftp sites.</flag>
- <flag name="email">For shipping email announcements. Either classic
+ <flag name="email">For shipping email announcements. Either classic
<pkg>mail-mta/sendmail</pkg> or <pkg>mail-mta/postfix</pkg> sendmail will work. All it has to be able to do
is ship mail presented on standard input to a list of addresses
specified as arguments.</flag>
- <flag name="scp">Install <pkg>virtual/ssh</pkg> for shipping to websites. There are several different
+ <flag name="scp">Install <pkg>virtual/ssh</pkg> for shipping to websites. There are several different
implementations of scp</flag>
<flag name="irker">Install <pkg>net-irc/irker</pkg> for shipping notices to IRC channels.</flag>
- <flag name="freshcode">Install <pkg>dev-python/freecode-submit</pkg> For shipping release notifications to freshcode.club.</flag>
</use>
</pkgmetadata>
diff --git a/dev-python/shipper/shipper-1.12.ebuild b/dev-python/shipper/shipper-1.12.ebuild
index ef2d4c1..f881765 100644
--- a/dev-python/shipper/shipper-1.12.ebuild
+++ b/dev-python/shipper/shipper-1.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
PYTHON_REQ_USE="ssl(+)"
inherit python-single-r1
@@ -14,12 +14,11 @@ SRC_URI="http://www.catb.org/~esr/shipper/${PF}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="freshcode irker lftp email scp"
+IUSE="irker lftp email scp"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
lftp? ( net-ftp/lftp )
email? ( || ( mail-mta/sendmail mail-mta/postfix ) )
scp? ( virtual/ssh )
- irker? ( net-irc/irker )
- freshcode? ( dev-python/freecode-submit )"
+ irker? ( net-irc/irker )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/
@ 2023-01-14 21:56 Philip Miess
0 siblings, 0 replies; 5+ messages in thread
From: Philip Miess @ 2023-01-14 21:56 UTC (permalink / raw
To: gentoo-commits
commit: 09984d441460cb398d2942ad9a99afea1386da2b
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Sat Jan 14 21:54:11 2023 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Sat Jan 14 21:54:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=09984d44
version bump
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-python/shipper/Manifest | 7 ++++---
dev-python/shipper/metadata.xml | 7 +------
.../shipper/{shipper-1.12.ebuild => shipper-1.18.ebuild} | 16 ++++++++--------
dev-python/shipper/test.py | 12 ------------
4 files changed, 13 insertions(+), 29 deletions(-)
diff --git a/dev-python/shipper/Manifest b/dev-python/shipper/Manifest
index 071bf47..495346c 100644
--- a/dev-python/shipper/Manifest
+++ b/dev-python/shipper/Manifest
@@ -1,4 +1,5 @@
-DIST shipper-1.12.tar.gz 44495 BLAKE2B dd08a3b384151fc6a2bfb9200805791f8b55996c8c60ee927dd5386760d37ff79286177c40c10f9b05fe965cca5c6a5dc20e92d2cc713e378dae958ec51c340e SHA512 162e1f6c683e3bb6d162c9fdca2169fc9c21006e03204a4fcd84e2ed2151573485fdcb498b8ba644138f288e476eef25f9039be064ed0d61ab2230e42f9c31c9
-EBUILD shipper-1.12.ebuild 658 BLAKE2B 0d8990a564807ef06dedd18b02f91cab8890df0f644a088dea3025c658bd1eba0b7b9a59a8f86c793a25af072f752c9f587f3576a907d05106f29120a69f8c55 SHA512 8e9235fae958d466514e50ed37781f07e5802e540ec24018587830584b0557cae7876a3298616756eb4ed96e4f02cc6e3f514dec89e4b579e64295bc89cfbd0f
-MISC metadata.xml 1222 BLAKE2B d1913b5000f085c25d1f0cf355fb5d7a609a21da22eeb0155b67e46bd77ca7e3c9164dff83ea672c65bc7b2da23d0db628f1f415ec1ff9a5b133d181833e22c6 SHA512 15ec2111a0d957393d962a0e5dbe25bf67eac68768b27c3147db15c0575ab5fafc61298e34212103f9338e3c24a1e4407fecf7dcf1db6b3d3083a3bdf1b3f538
+DIST shipper-1.18.tar.bz2 35816 BLAKE2B a51c7dc1c427774c54ee6dc91815611090f08cdddffb670a67fa0da03d4b6cb489a1895779a8e9e6aa9a4218ee63b1909e438ba781b6267d30d8b717b5d50ead SHA512 7f32d9b5deeb6d8a7acb5d6623cc19809e100b26375327fe93e0fbe7fc4b7d63b39d761a284aa3ef5d86abf6e07da4cae7952d545d2b0276b07b404d48e07116
+EBUILD shipper-1.18.ebuild 640 BLAKE2B d9c0abd54b950ebb7f55fa0a86735a92c913cb545d34124e55d66f57941128dc05074797898535ce1336c107fe97a98c90685660dc7b5340685d09b42563e40a SHA512 140c6bca6557788a4e83e28abdea32d26cd8296ee101c770b6cb3f01c59fd5fafffb073eb7d6ed4df15f547b3816988d1c754757dd858c0fddd748901e4ab10e
+MISC ebuild 12833 BLAKE2B dc7e753e3a5993a3e77b678078b97c0f02d1e4aa43eeff9f2bdc5882d2d9d4221d5c0feb0480a54c35178fcfdb91a5a753fec9e1e82c2dfc5262c3352faa70f5 SHA512 f1eee091020fa986f93b4308df7d2ed0c86bea9bb32c9ba419c497486b299cf8d2b3ccc555204eaed83b8bc7c918568cc87c072848cd638e43aa86052bf2de19
+MISC metadata.xml 916 BLAKE2B c3754cbd76eac98adb54589aa18c5a14cfd0777b42abbebabf96bad63c18accdb2ba12e8ea913bcf7c68d65f8ec59e601425c7daf3991b3220c8004685d7a44d SHA512 b3ea557b655c48c67f51581e36ab74b25ce47b2037be04ca201fbe2970cd203b949450950e111169c99325a80a252a1f36947eed7b24aa3c5c02513d317d7e79
MISC test.py 309 BLAKE2B 02eb91b7948185c1e9dd5fe1b03dddbedfd9f8fa03e8f58ef70548500b31c01a8f4d3b8b677634320acd1fca4bfb0b8c5db01d265134e871b3088b04e812e012 SHA512 a9d52a6e1f8f8c4baf29453e36bae485a953eb8318184751a9c434ac713623049ebfa40ebf1311be89186262b3fa78157b101de654f1780e0d83d468374d4c87
diff --git a/dev-python/shipper/metadata.xml b/dev-python/shipper/metadata.xml
index 9caef10..5bc4231 100644
--- a/dev-python/shipper/metadata.xml
+++ b/dev-python/shipper/metadata.xml
@@ -9,12 +9,7 @@ shipper is a power distribution tool for developers with multiple projects who d
</longdescription>
<use>
<flag name="lftp">Install <pkg>net-ftp/lftp</pkg> for shipping to ftp sites.</flag>
- <flag name="email">For shipping email announcements. Either classic
-<pkg>mail-mta/sendmail</pkg> or <pkg>mail-mta/postfix</pkg> sendmail will work. All it has to be able to do
-is ship mail presented on standard input to a list of addresses
-specified as arguments.</flag>
- <flag name="scp">Install <pkg>virtual/ssh</pkg> for shipping to websites. There are several different
-implementations of scp</flag>
+ <flag name="twython">Install <pkg>dev-python/twython</pkg> for shipping notices to twitter</flag>
<flag name="irker">Install <pkg>net-irc/irker</pkg> for shipping notices to IRC channels.</flag>
</use>
</pkgmetadata>
diff --git a/dev-python/shipper/shipper-1.12.ebuild b/dev-python/shipper/shipper-1.18.ebuild
similarity index 58%
rename from dev-python/shipper/shipper-1.12.ebuild
rename to dev-python/shipper/shipper-1.18.ebuild
index f881765..7e66d3c 100644
--- a/dev-python/shipper/shipper-1.12.ebuild
+++ b/dev-python/shipper/shipper-1.18.ebuild
@@ -1,24 +1,24 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+EAPI=7
+PYTHON_COMPAT=( python3_8 python3_9 python3_10)
PYTHON_REQ_USE="ssl(+)"
inherit python-single-r1
DESCRIPTION="Automated shipping of open-source project releases."
HOMEPAGE="http://www.catb.org/~esr/shipper/"
-SRC_URI="http://www.catb.org/~esr/shipper/${PF}.tar.gz"
+SRC_URI="https://gitlab.com/esr/shipper/-/archive/${PV}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="irker lftp email scp"
+IUSE="irker lftp twython"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
+ virtual/ssh
lftp? ( net-ftp/lftp )
- email? ( || ( mail-mta/sendmail mail-mta/postfix ) )
- scp? ( virtual/ssh )
- irker? ( net-irc/irker )"
+ irker? ( net-irc/irker )
+ twython? ( dev-python/twython )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/dev-python/shipper/test.py b/dev-python/shipper/test.py
deleted file mode 100644
index 61c736b..0000000
--- a/dev-python/shipper/test.py
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-#
-# shipper -- a tool for shipping software
-#
-# SPDX-License-Identifier: BSD-2-Clause
-#
-# Runs under both Python 2 and Python 3. Preserve this property!
-# from __future__ import print_function
-
-import sys, os, re, subprocess, time, glob, optparse, stat, email.utils, cgi, copy
-
-
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-01-14 21:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 21:56 [gentoo-commits] repo/user/superposition:master commit in: dev-python/shipper/ Philip Miess
-- strict thread matches above, loose matches on Subject: below --
2021-03-10 22:58 Philip Miess
2017-08-12 2:05 Philip Miess
2017-08-12 2:05 Philip Miess
2017-08-11 23:08 Philip Miess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox