Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

pyenv v0.4.0-20140110.1 #25783

Closed
wants to merge 1 commit into from
Closed

Conversation

yyuu
Copy link
Contributor

@yyuu yyuu commented Jan 10, 2014

Changes in this release are below.

Changes:


head 'https://github.com/yyuu/pyenv.git'

skip_clean "plugins", "versions"
depends_on 'autoconf' => [:recommended, :run]
depends_on 'pkg-config' => [:recommended, :run]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skip the :run

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the run.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just replacing depends_on 'autoconf' => [:recommended, :run] by depends_on 'autoconf' => :recommended introduces the following errors on brew audit pyenv because autoconf and pkg-config are listed in FormulaAuditor::BUILD_TIME_DEPS. Am I missed something?

% brew audit pyenv
pyenv:
 * autoconf dependency should be "depends_on 'autoconf' => :build"
 * pkg-config dependency should be "depends_on 'pkg-config' => :build"

Error: 2 problems in 1 formulae

Changes:

* pyenv: Reliably detect parent shell in `pyenv init` (pyenv/pyenv#93)
* pyenv: Import recent changes from rbenv 0.4.0
* pyenv: Import `bats` tests from rbenv 0.4.0
* python-build: Add new CPython releases candidates; 3.4.0b2
* python-build: Add ruby-build style patching feature (pyenv/pyenv#91)
* python-build: Set `RPATH` if `--enable-shared` was given
  (pyenv/pyenv#65, pyenv/pyenv#66, pyenv/pyenv#82)
* python-build: Update default setuptools version (2.0 -> 2.1)
* python-build: Update default pip version (1.4.1 -> 1.5)
* python-build: Activate friendly CPython during build if the one is not
  activated
* python-build: Fix broken install.sh
* python-build: Import recent changes from ruby-build v20131225.1
* python-build: Fix build error of CPython 2.x on the platform where the
  `gcc` is llvm-gcc.
* version-ext-compat: Removed from default plugin. Please use
  [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext)
  instead.
@yyuu
Copy link
Contributor Author

yyuu commented Jan 23, 2014

Is there any progress on this? Or, should I fix something?

@MikeMcQuaid
Copy link
Member

Pushed. Super pedantic but for future reference please don't prefix the version with v in the commit message.

@yyuu
Copy link
Contributor Author

yyuu commented Jan 25, 2014

Thanks. I will try to not add v in the messages.

@yyuu yyuu deleted the update-pyenv-v20140110 branch March 11, 2014 08:15
ehershey pushed a commit to ehershey/homebrew that referenced this pull request Apr 4, 2014
Changes:

* pyenv: Reliably detect parent shell in `pyenv init` (pyenv/pyenv#93)
* pyenv: Import recent changes from rbenv 0.4.0
* pyenv: Import `bats` tests from rbenv 0.4.0
* python-build: Add new CPython releases candidates; 3.4.0b2
* python-build: Add ruby-build style patching feature (pyenv/pyenv#91)
* python-build: Set `RPATH` if `--enable-shared` was given
  (pyenv/pyenv#65, pyenv/pyenv#66, pyenv/pyenv#82)
* python-build: Update default setuptools version (2.0 -> 2.1)
* python-build: Update default pip version (1.4.1 -> 1.5)
* python-build: Activate friendly CPython during build if the one is not
  activated
* python-build: Fix broken install.sh
* python-build: Import recent changes from ruby-build v20131225.1
* python-build: Fix build error of CPython 2.x on the platform where the
  `gcc` is llvm-gcc.
* version-ext-compat: Removed from default plugin. Please use
  [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext)
  instead.

Closes Homebrew#25783.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants