Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->

```bash
ddev add-on get https://github.com/stasadev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
ddev add-on get https://github.com/ddev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
ddev restart
ddev exec python --version
ddev exec pip --version
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![add-on registry](https://img.shields.io/badge/DDEV-Add--on_Registry-blue)](https://addons.ddev.com)
[![tests](https://github.com/stasadev/ddev-python2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/stasadev/ddev-python2/actions/workflows/tests.yml?query=branch%3Amain)
[![last commit](https://img.shields.io/github/last-commit/stasadev/ddev-python2)](https://github.com/stasadev/ddev-python2/commits)
[![release](https://img.shields.io/github/v/release/stasadev/ddev-python2)](https://github.com/stasadev/ddev-python2/releases/latest)
[![tests](https://github.com/ddev/ddev-python2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ddev/ddev-python2/actions/workflows/tests.yml?query=branch%3Amain)
[![last commit](https://img.shields.io/github/last-commit/ddev/ddev-python2)](https://github.com/ddev/ddev-python2/commits)
[![release](https://img.shields.io/github/v/release/ddev/ddev-python2)](https://github.com/ddev/ddev-python2/releases/latest)

# DDEV Python 2

Expand All @@ -16,7 +16,7 @@ It is only needed if your `npm` setup requires Python 2 to build dependencies.
## Installation

```bash
ddev add-on get stasadev/ddev-python2
ddev add-on get ddev/ddev-python2
ddev restart
```

Expand All @@ -33,4 +33,6 @@ This add-on also installs the `build-essential` package, which is usually requir

## Credits

**Contributed and maintained by [@stasadev](https://github.com/stasadev)**
**Contributed by [@stasadev](https://github.com/stasadev)**

**Maintained by the [DDEV team](https://ddev.com/support-ddev/)**
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup() {
set -eu -o pipefail

# Override this variable for your add-on:
export GITHUB_REPO=stasadev/ddev-python2
export GITHUB_REPO=ddev/ddev-python2

TEST_BREW_PREFIX="$(brew --prefix 2>/dev/null || true)"
export BATS_LIB_PATH="${BATS_LIB_PATH}:${TEST_BREW_PREFIX}/lib:/usr/lib/bats"
Expand Down