Skip to content

Commit

Permalink
Moved pybee->beeware.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Mar 30, 2019
1 parent 4288f46 commit cb2dee8
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
@@ -1,8 +1,8 @@
# Contributing

PyBee <3's contributions!
BeeWare <3's contributions!

Please be aware, PyBee operates under a Code of Conduct.
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to PyBee](http://pybee.org/contributing) for details.
See [CONTRIBUTING to BeeWare](http://beeware.org/contributing) for details.

24 changes: 12 additions & 12 deletions README.rst
@@ -1,6 +1,6 @@
.. image:: http://pybee.org/project/projects/tools/briefcase/briefcase.png
.. image:: http://beeware.org/project/projects/tools/briefcase/briefcase.png
:width: 72px
:target: https://pybee.org/briefcase
:target: https://beeware.org/briefcase

Briefcase
=========
Expand All @@ -15,13 +15,13 @@ Briefcase
:target: https://pypi.python.org/pypi/briefcase

.. image:: https://img.shields.io/pypi/l/briefcase.svg
:target: https://github.com/pybee/briefcase/blob/master/LICENSE.txt
:target: https://github.com/beeware/briefcase/blob/master/LICENSE.txt

.. image:: https://beekeeper.beeware.org/projects/pybee/briefcase/shield
:target: https://beekeeper.beeware.org/projects/pybee/briefcase
.. image:: https://beekeeper.beeware.org/projects/beeware/briefcase/shield
:target: https://beekeeper.beeware.org/projects/beeware/briefcase

.. image:: https://badges.gitter.im/pybee/general.svg
:target: https://gitter.im/pybee/general
.. image:: https://badges.gitter.im/beeware/general.svg
:target: https://gitter.im/beeware/general

Briefcase is a tool for converting a Python project into a standalone native application. You can package projects for:

Expand Down Expand Up @@ -67,12 +67,12 @@ Contributing
If you experience problems with Briefcase, `log them on GitHub`_. If you
want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _BeeWare suite: http://pybee.org
.. _BeeWare suite: http://beeware.org
.. _Read The Docs: https://briefcase.readthedocs.io
.. _Quickstart: https://briefcase.readthedocs.io/en/latest/background/quickstart.html
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _pybee/general: https://gitter.im/pybee/general
.. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/
.. _log them on Github: https://github.com/pybee/briefcase/issues
.. _fork the code: https://github.com/pybee/briefcase
.. _submit a pull request: https://github.com/pybee/briefcase/pulls
.. _BeeWare Community Code of Conduct: http://beeware.org/community/behavior/
.. _log them on Github: https://github.com/beeware/briefcase/issues
.. _fork the code: https://github.com/beeware/briefcase
.. _submit a pull request: https://github.com/beeware/briefcase/pulls
10 changes: 5 additions & 5 deletions docs/background/community.rst
Expand Up @@ -28,14 +28,14 @@ Contributing
If you experience problems with Briefcase, `log them on GitHub`_. If you
want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _BeeWare suite: http://pybee.org
.. _BeeWare suite: http://beeware.org
.. _Read The Docs: https://briefcase.readthedocs.io
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _BeeWare Users Mailing list: https://groups.google.com/forum/#!forum/beeware-users
.. _BeeWare Developers Mailing list: https://groups.google.com/forum/#!forum/beeware-developers
.. _log them on Github: https://github.com/pybee/briefcase/issues
.. _fork the code: https://github.com/pybee/briefcase
.. _submit a pull request: https://github.com/pybee/briefcase/pulls
.. _log them on Github: https://github.com/beeware/briefcase/issues
.. _fork the code: https://github.com/beeware/briefcase
.. _submit a pull request: https://github.com/beeware/briefcase/pulls

.. _Code of Conduct: http://pybee.org/contributing/index.html
.. _Code of Conduct: http://beeware.org/contributing/index.html
.. _Russell Keith-Magee: mailto:russell@keith-magee.com
2 changes: 1 addition & 1 deletion docs/background/quickstart.rst
Expand Up @@ -58,7 +58,7 @@ Alternatively, if you're starting from scratch, you can use `cookiecutter`_ to
generate a stub project with the required content::

$ pip install cookiecutter
$ cookiecutter https://github.com/pybee/briefcase-template
$ cookiecutter https://github.com/beeware/briefcase-template

.. _cookiecutter: http://github.com/audreyr/cookiecutter

Expand Down
8 changes: 4 additions & 4 deletions docs/how-to/contribute.rst
Expand Up @@ -4,9 +4,9 @@ Contributing to Briefcase

If you experience problems with Briefcase, `log them on GitHub`_. If you want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _log them on Github: https://github.com/pybee/briefcase/issues
.. _fork the code: https://github.com/pybee/briefcase
.. _submit a pull request: https://github.com/pybee/briefcase/pulls
.. _log them on Github: https://github.com/beeware/briefcase/issues
.. _fork the code: https://github.com/beeware/briefcase
.. _submit a pull request: https://github.com/beeware/briefcase/pulls


Setting up your development environment
Expand All @@ -17,7 +17,7 @@ is to install a virtual environment, install the required dependencies and
start coding. Assuming that you are using ``virtualenvwrapper``, you only have
to run::

$ git clone git@github.com:pybee/briefcase.git
$ git clone git@github.com:beeware/briefcase.git
$ cd briefcase
$ mkvirtualenv briefcase

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -91,7 +91,7 @@ Briefcase is part of the `BeeWare suite`_. You can talk to the community through

* `pybee/general on Gitter`_

.. _BeeWare suite: http://pybee.org
.. _BeeWare suite: http://beeware.org
.. _Read The Docs: https://briefcase.readthedocs.io
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _pybee/general on Gitter: https://gitter.im/pybee/general
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/tutorial-0.rst
Expand Up @@ -19,13 +19,13 @@ Start a new project
-------------------

Let's get started by using
`the handy template <https://github.com/pybee/briefcase-template>`_
`the handy template <https://github.com/beeware/briefcase-template>`_
``briefcase-template``:

.. code-block:: bash
$ pip install cookiecutter
$ cookiecutter https://github.com/pybee/briefcase-template
$ cookiecutter https://github.com/beeware/briefcase-template
This will ask a bunch of questions of you. We'll use an `app_name` of
"helloworld", a `formal_name` of "Hello World", using the Toga GUI toolkit.
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -23,7 +23,7 @@
long_description=long_description,
author='Russell Keith-Magee',
author_email='russell@keith-magee.com',
url='http://pybee.org/briefcase',
url='http://beeware.org/briefcase',
keywords=['app', 'packaging', 'macOS', 'iOS', 'android', 'tvOS', 'mobile', 'windows'],
packages=find_packages(where="src"),
package_dir={"": "src"},
Expand Down Expand Up @@ -74,9 +74,9 @@
],
test_suite='tests',
package_urls={
'Funding': 'https://pybee.org/contributing/membership/',
'Funding': 'https://beeware.org/contributing/membership/',
'Documentation': 'http://briefcase.readthedocs.io/en/latest/',
'Tracker': 'https://github.com/pybee/briefcase/issues',
'Source': 'https://github.com/pybee/briefcase',
'Tracker': 'https://github.com/beeware/briefcase/issues',
'Source': 'https://github.com/beeware/briefcase',
},
)
4 changes: 2 additions & 2 deletions src/briefcase/app.py
Expand Up @@ -235,7 +235,7 @@ def generate_app_template(self, extra_context=None):
sys.exit(1)
self._git_pull(template_path)
else:
self.template = 'https://github.com/pybee/Python-{}-template.git'.format(self.platform)
self.template = 'https://github.com/beeware/Python-{}-template.git'.format(self.platform)
print("Project template: {}".format(self.template))
_extra_context = {
'app_name': self.distribution.get_name(),
Expand Down Expand Up @@ -466,7 +466,7 @@ def install_support_package(self):
print("No pre-built support package could be found for Python %s.%s." %
(sys.version_info.major, sys.version_info.minor))
print("You will need to compile your own. You may want to start with")
print("the code from https://github.com/pybee/%s and" % self.support_project)
print("the code from https://github.com/beeware/%s and" % self.support_project)
print("then specify the compiled tarball with:")
print()
print(" python setup.py {} --support-pkg=<path to tarball>".format(self.platform.lower()))
Expand Down

0 comments on commit cb2dee8

Please sign in to comment.