Skip to content

Commit

Permalink
Merge pull request #13 from regro-cf-autotick-bot/1.4.2
Browse files Browse the repository at this point in the history
autopep8 v1.4.2
  • Loading branch information
ocefpaf committed Oct 23, 2018
2 parents 1791067 + 9c95bf7 commit 11326bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
@@ -1,19 +1,19 @@
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: autopep8
version: {{ version }}

source:
url: https://pypi.io/packages/source/a/autopep8/autopep8-{{ version }}.tar.gz
sha256: 096426ef4b489784c08395d7fc7f8cbf38a107b806984513e4c2d9070b0dc1d8
sha256: 1b8d42ebba751a91090d3adb5c06840b1151d71ed43e1c7a9ed6911bfe8ebe6c

build:
noarch: python
entry_points:
- autopep8 = autopep8:main
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"

requirements:
build:
Expand Down

0 comments on commit 11326bf

Please sign in to comment.