Skip to content

Commit

Permalink
Migrate to pyvec org
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Nov 23, 2019
1 parent 3570d7e commit a8702a7
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
global:
- DOCKER_HUB_USERNAME=arcaoss
- secure: Eg+cSMQWR+wwPumHay12C7EGV82MZqqw5BiS9NMdveNeNAJsb29ykDR52JL39vZNtHNli8iaykBXU9L+2KhkSIExnQevi0lptMdENKSNvGMp+QU4VOcwqXhQ124jrQhDdl1AcHdnsk84xBIAFV/70sCljOw/SktCYUbHX0tZK5XXOeWNcuLEhWIz0MxZuRgGIsGLK8of07b8uPrnNFCm5zHaTa0w9IGASVWHW6sM+O4RZLjKpFfn9vI/kdvbQv/3I+UePXbU4lSglWXzVMSD5Z0gjMs2ppMMefn8f53IHTuyCiFiOV/Kl/PWs6XCCp6G1T1uhrTx/KYGTYYa/Nic8caoAGGFYgjsQyTfGiiV8lj6b91kPCRte3FrUvtrwWl/fmMLMAZpztowQYWUiP+9SXkYOIV+Nm4iRNJ6Px2oS/lV40uBIOmipIApC+xU7WH0asxVkY+SsXUXZtgzFbzyWKddnsVfYCxBMOj/+1wG0l58ZQNcbkMqWXQuaBHywwqIkB56QMnFmnsaa21uDg9iS1HEx2jXrOQCMIcXaG8Xu6fDR9VQ1IDapJDT5eqi/WAm4WcfB3g8qnopKP/oAK0qdJCqW4AgSS3tMd/TeqKzbw1aAY3iLDZ1h7NwTerNLc9wsHv7FE/eMOV7wNuYXw6+jj/H5V+b217muiy38cEMw3E=
- secure: j0+kOTtkmv7vaB+nQVhYWaCpNsqPi3cfIz6rHVux3pEgAaJDn7ML6Dhdo8hzP3+duVoPHfttOsJSrRrnUK85s3WuU0y2RAds3X89+Rnp0lsf6rn/Pt6eQ01lXDee2ZUGJp4tdDQJUn30rXHEKy8dWYJTma9nQLJ9V0K4DuYMkmTWKrmxGD+95bFkSdRP7fBJ3fc1HCEqNQP/otOPrG/P5i2eKTRsvE2iIg3vMPcMoTSZgMUu4ZTco9AGH+e1r7rfeF9ttjA8kDzWqbhDAO+L4+BrFyVNKPwq/LPyqFvi/Q7hp3NRehlX7J0ySQ/+sxRWG5K7o2ACGu9+7M1+8rACFG7G+Hw3dvQPc1SwSYi8fBCwouXUfEXJPvXPmvHmF6s2mBZ6ik/FIpJTBTrYQcdWQFgam+zw/j0UnKq2BUCujfPqZx7P3flqLSaG734P20jV+E4Mnl2Qwp10uPqEBg0I6fVVFWC5CgyYzMtLgJRDltnOH+Bec1+UdWJCnunmr3JSdaqb1Y58O6t7L5pXulCjGUq+vnU5rAizIHp5P9ky9EUnWRB1gP9VuKzRJZcuPLIwJLZIYMbrO2DyutKY0oWk5Uun8p6F7jYBzaWxlZJKUt2xmCW/P+i0+iTDEjzPi+R/JopUEw0djPSK96kb7PRXEo0+Cmzusl6TCVHxNuUiFK0=
language: python
dist: xenial
python:
Expand Down Expand Up @@ -40,5 +40,5 @@ deploy:
script: python setup.py deploy_docker_bases
on:
branch: master
repo: mikicz/arca
repo: pyvec/arca
python: '3.7'
28 changes: 14 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Arca
====

.. image:: https://img.shields.io/travis/mikicz/arca.svg
:target: https://travis-ci.org/mikicz/arca
.. image:: https://img.shields.io/travis/pyvec/arca.svg
:target: https://travis-ci.org/pyvec/arca

.. image:: https://img.shields.io/codecov/c/github/mikicz/arca.svg
:target: https://codecov.io/gh/mikicz/arca
.. image:: https://img.shields.io/codecov/c/github/pyvec/arca.svg
:target: https://codecov.io/gh/pyvec/arca

.. image:: https://img.shields.io/pypi/v/arca.svg
:target: https://pypi.org/project/arca/

.. image:: https://img.shields.io/github/license/mikicz/arca.svg?style=flat
:target: https://github.com/mikicz/arca/blob/master/LICENSE
.. image:: https://img.shields.io/github/license/pyvec/arca.svg?style=flat
:target: https://github.com/pyvec/arca/blob/master/LICENSE

.. image:: https://img.shields.io/readthedocs/arca.svg
:target: https://arca.readthedocs.io/
Expand Down Expand Up @@ -69,9 +69,9 @@ Or if you wish to install the upstream version:

.. code-block:: bash
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca[docker]
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca[vagrant]
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca[docker]
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca[vagrant]
Example
+++++++
Expand Down Expand Up @@ -130,20 +130,20 @@ docker images is also tested and vagrant, in general, takes a long time to set u
Contributing
************

Contributions are welcomed! Feel free to open a issue or submit a pull request on `GitHub <https://github.com/mikicz/arca>`_!
Contributions are welcomed! Feel free to open a issue or submit a pull request on `GitHub <https://github.com/pyvec/arca>`_!

.. split_here
Links
*****

- Repository: `GitHub <https://github.com/mikicz/arca>`_
- Repository: `GitHub <https://github.com/pyvec/arca>`_
- PyPi package: `arca <https://pypi.python.org/pypi/arca>`_
- CI: `Travis <https://travis-ci.org/mikicz/arca>`_
- Test coverage: `Codecov <https://codecov.io/gh/mikicz/arca>`_
- CI: `Travis <https://travis-ci.org/pyvec/arca>`_
- Test coverage: `Codecov <https://codecov.io/gh/pyvec/arca>`_
- Documentation: `Read The Docs <https://arca.readthedocs.io/>`_

License
*******

This project is licensed under the MIT License - see the `LICENSE <https://github.com/mikicz/arca/blob/master/LICENSE>`_ file for details.
This project is licensed under the MIT License - see the `LICENSE <https://github.com/pyvec/arca/blob/master/LICENSE>`_ file for details.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

html_context = {
"display_github": True,
"github_user": "mikicz", # Username
"github_user": "pyvec", # Username
"github_repo": "arca", # Repo name
"github_version": "master", # Version
"conf_py_path": "/docs/", # Path in the checkout to the docs root
Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
Arca's documentation!
=====================

.. image:: https://img.shields.io/travis/mikicz/arca.svg
:target: https://travis-ci.org/mikicz/arca
.. image:: https://img.shields.io/travis/pyvec/arca.svg
:target: https://travis-ci.org/pyvec/arca

.. image:: https://img.shields.io/codecov/c/github/mikicz/arca.svg
:target: https://codecov.io/gh/mikicz/arca
.. image:: https://img.shields.io/codecov/c/github/pyvec/arca.svg
:target: https://codecov.io/gh/pyvec/arca

.. image:: https://img.shields.io/pypi/v/arca.svg
:target: https://pypi.org/project/arca/

.. image:: https://img.shields.io/github/license/mikicz/arca.svg?style=flat
:target: https://github.com/mikicz/arca/blob/master/LICENSE
.. image:: https://img.shields.io/github/license/pyvec/arca.svg?style=flat
:target: https://github.com/pyvec/arca/blob/master/LICENSE

.. image:: https://img.shields.io/readthedocs/arca.svg
:target: https://arca.readthedocs.io/
Expand Down
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Or if you wish to install the upstream version:

.. code-block:: bash
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca[docker]
python -m pip install git+https://github.com/mikicz/arca.git#egg=arca[vagrant]
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca[docker]
python -m pip install git+https://github.com/pyvec/arca.git#egg=arca[vagrant]
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def long_description():
"in various states of isolation with integrating caching.",
keywords=["sandboxing", "git", "docker", "vagrant"],
license="MIT",
url="https://github.com/mikicz/arca",
url="https://github.com/pyvec/arca",
packages=find_packages(),
long_description=long_description(),
install_requires=[
Expand Down Expand Up @@ -69,7 +69,7 @@ def long_description():
},
project_urls={
"Documentation": "https://arca.readthedocs.io/",
"CI": "https://travis-ci.org/mikicz/arca",
"Test coverage": "https://codecov.io/gh/mikicz/arca",
"CI": "https://travis-ci.org/pyvec/arca",
"Test coverage": "https://codecov.io/gh/pyvec/arca",
},
)
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


if os.environ.get("TRAVIS", False):
BASE_DIR = "/home/travis/build/{}/test_loc".format(os.environ.get("TRAVIS_REPO_SLUG", "mikicz/arca"))
BASE_DIR = "/home/travis/build/{}/test_loc".format(os.environ.get("TRAVIS_REPO_SLUG", "pyvec/arca"))
else:
BASE_DIR = "/tmp/arca/test"

Expand Down

0 comments on commit a8702a7

Please sign in to comment.