|
10 | 10 | #
|
11 | 11 | # Please specify your library as well as primary contacts.
|
12 | 12 | # Since these contacts will be addressed with Github mentions they
|
13 |
| -# need to be Github users (for now)(sorry Bitbucket). |
| 13 | +# need to be Github users. |
14 | 14 | #
|
15 | 15 | clean: clean-eggs clean-build
|
16 | 16 | @find . -iname '*.pyc' -delete
|
@@ -45,25 +45,18 @@ test:
|
45 | 45 |
|
46 | 46 | bottle:
|
47 | 47 | #---------------------------
|
48 |
| - # Library thomsonreuters/bottle-oauthlib |
| 48 | + # Library refinitiv/bottle-oauthlib |
49 | 49 | # Contacts: Jonathan.Huot
|
50 |
| - cd bottle-oauthlib 2>/dev/null || git clone https://github.com/thomsonreuters/bottle-oauthlib.git |
| 50 | + cd bottle-oauthlib 2>/dev/null || git clone https://github.com/refinitiv/bottle-oauthlib.git |
51 | 51 | cd bottle-oauthlib && sed -i.old 's,deps =,deps= --editable=file://{toxinidir}/../,' tox.ini && sed -i.old '/oauthlib/d' requirements.txt && tox
|
52 | 52 |
|
53 |
| -flask: |
54 |
| - #--------------------------- |
55 |
| - # Library: lepture/flask-oauthLib |
56 |
| - # Contacts: lepture,widnyana |
57 |
| - cd flask-oauthlib 2>/dev/null || git clone https://github.com/lepture/flask-oauthlib.git |
58 |
| - cd flask-oauthlib && sed -i.old 's,deps =,deps= --editable=file://{toxinidir}/../,' tox.ini && sed -i.old '/oauthlib/d' requirements.txt && tox |
59 |
| - |
60 | 53 | django:
|
61 | 54 | #---------------------------
|
62 | 55 | # Library: evonove/django-oauth-toolkit
|
63 | 56 | # Contacts: evonove,masci
|
64 | 57 | # (note: has tox.ini already)
|
65 | 58 | cd django-oauth-toolkit 2>/dev/null || git clone https://github.com/evonove/django-oauth-toolkit.git
|
66 |
| - cd django-oauth-toolkit && sed -i.old 's,deps =,deps= --editable=file://{toxinidir}/../,' tox.ini && tox -e py27,py35,py36 |
| 59 | + cd django-oauth-toolkit && sed -i.old 's,deps =,deps= --editable=file://{toxinidir}/../,' tox.ini && tox |
67 | 60 |
|
68 | 61 | requests:
|
69 | 62 | #---------------------------
|
|
0 commit comments