mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
fd20879908
commit
490cc971a3
5 changed files with 22 additions and 22 deletions
|
@ -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:
|
|
@ -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 \
|
|
@ -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"
|
19
python/python2-oauth2client/slack-desc
Normal file
19
python/python2-oauth2client/slack-desc
Normal 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:
|
Loading…
Reference in a new issue