~sergiusens/snapcraft/meta-all-yaml

« back to all changes in this revision

Viewing changes to examples/py3-project/snapcraft.yaml

  • Committer: Sergio Schvezov
  • Date: 2015-08-25 18:53:18 UTC
  • Revision ID: sergio.schvezov@canonical.com-20150825185318-cq0bsk18xu6bm3nq
updating examples

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: spongeshaker
 
2
version: 0
 
3
vendor: Michael Vogt <michael.vogt@ubuntu.com>
 
4
binaries:
 
5
 - name: bin/sha3sum
 
6
summary: A python sha3 implementation
 
7
description: A python2 project using snapcraft
 
8
 
1
9
parts:
2
10
  spongeshaker:
3
11
    plugin: python3-project
6
14
    plugin: copy
7
15
    files:
8
16
     sha3sum.py: bin/sha3sum
9
 
snappy-metadata: meta