python/python-oauth2client: Renamed python2-oauth2client.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-05-14 21:34:40 +01:00 committed by Willy Sudiarto Raharjo
parent fd20879908
commit 490cc971a3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 22 additions and 22 deletions

View file

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python-oauth2client: python-oauth2client (OAuth 2.0 Python library)
python-oauth2client:
python-oauth2client: This is a Python library for accessing resources protected by
python-oauth2client: OAuth 2.0.
python-oauth2client:
python-oauth2client: Homepage: https://github.com/google/oauth2client/
python-oauth2client:
python-oauth2client:
python-oauth2client:
python-oauth2client:
python-oauth2client:

View file

@ -24,7 +24,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-oauth2client
PRGNAM=python2-oauth2client
SRCNAM=oauth2client
VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
@ -72,7 +72,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root $PKG
python2 setup.py install --root $PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,4 +1,4 @@
PRGNAM="python-oauth2client"
PRGNAM="python2-oauth2client"
VERSION="4.0.0"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v4.0.0.tar.gz"

View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python2-oauth2client: python2-oauth2client (OAuth 2.0 Python library)
python2-oauth2client:
python2-oauth2client: This is a Python library for accessing resources protected by
python2-oauth2client: OAuth 2.0.
python2-oauth2client:
python2-oauth2client: Homepage: https://github.com/google/oauth2client/
python2-oauth2client:
python2-oauth2client:
python2-oauth2client:
python2-oauth2client:
python2-oauth2client: